File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Run tests with miniforge
22on : [push]
33
4+ concurrency :
5+ group : ${{ github.workflow }}-${{ github.ref }}
6+ cancel-in-progress : true
7+
48jobs :
59 test :
610 name : Miniconda ${{ matrix.os }} Py${{ matrix.pyver }}
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
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}
Original file line number Diff line number Diff line change @@ -6,11 +6,8 @@ concurrency:
66 cancel-in-progress : true
77
88on :
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
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
Original file line number Diff line number Diff line change @@ -60,3 +60,4 @@ macos.environment.MACOSX_DEPLOYMENT_TARGET = "13"
6060[tool .cibuildwheel .windows ]
6161before-build = " pip install delvewheel"
6262repair-wheel-command = " delvewheel repair -w {dest_dir} {wheel} --add-path C:/vcpkg/vcpkg_installed/"
63+
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments