Skip to content

Commit cd557b2

Browse files
Merge branch 'main' into scikit_build
2 parents f685046 + f9587ca commit cd557b2

4 files changed

Lines changed: 6 additions & 161 deletions

File tree

.github/workflows/conda_test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Run tests with miniforge
22
on: [push]
33

4+
concurrency:
5+
group: ${{ github.workflow }}-${{ github.ref }}
6+
cancel-in-progress: true
7+
48
jobs:
59
test:
610
name: Miniconda ${{ matrix.os }} Py${{ matrix.pyver }}
@@ -15,10 +19,8 @@ jobs:
1519
- uses: conda-incubator/setup-miniconda@v3
1620
with:
1721
auto-update-conda: true
18-
activate-environment: test
1922
miniforge-version: latest
2023
python-version: ${{ matrix.pyver }}
21-
auto-activate-base: false
2224
conda-remove-defaults: true
2325

2426
- name: Setup environment
@@ -49,10 +51,8 @@ jobs:
4951
- uses: conda-incubator/setup-miniconda@v3
5052
with:
5153
auto-update-conda: true
52-
activate-environment: test
5354
miniforge-version: latest
5455
python-version: "3.10"
55-
auto-activate-base: false
5656
conda-remove-defaults: true
5757
- name: Lint
5858
shell: bash -l {0}

.github/workflows/static_docs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,8 @@ concurrency:
66
cancel-in-progress: true
77

88
on:
9-
# Runs on pushes targeting the default branch
109
push:
1110
branches: ["main"]
12-
13-
# Allows you to run this workflow manually from the Actions tab
1411
workflow_dispatch:
1512

1613
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
@@ -43,5 +40,6 @@ jobs:
4340
# Upload entire repository
4441
path: 'docs/build/html'
4542
- name: Deploy to GitHub Pages
43+
# if: github.ref == 'refs/heads/main'
4644
id: deployment
4745
uses: actions/deploy-pages@v4

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,4 @@ macos.environment.MACOSX_DEPLOYMENT_TARGET = "13"
6060
[tool.cibuildwheel.windows]
6161
before-build = "pip install delvewheel"
6262
repair-wheel-command = "delvewheel repair -w {dest_dir} {wheel} --add-path C:/vcpkg/vcpkg_installed/"
63+

setup.py.old

Lines changed: 0 additions & 154 deletions
This file was deleted.

0 commit comments

Comments
 (0)