File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,12 @@ jobs:
3131 uses : conda-incubator/setup-miniconda@v3
3232 with :
3333 miniforge-version : latest
34- channel-priority : strict
35- python-version : ${{ matrix.python-version }}
34+ python-version : " ${{ matrix.python-version }}"
3635 activate-environment : test-environment
3736 environment-file : continuous_integration/environment.yaml
37+ channels : conda-forge
38+ conda-remove-defaults : true
39+ channel-priority : strict
3840
3941 - name : Install unstable dependencies
4042 if : matrix.experimental == true
8183 uses : codecov/codecov-action@v5
8284 with :
8385 flags : unittests
84- file : ./coverage.xml
86+ files : ./coverage.xml
8587 env_vars : OS,PYTHON_VERSION,UNSTABLE
8688
8789 - name : Coveralls Parallel
Original file line number Diff line number Diff line change @@ -75,27 +75,27 @@ jobs:
7575 runs-on : ubuntu-latest
7676 steps :
7777 - name : Download sdist artifact
78- uses : actions/download-artifact@v4
78+ uses : actions/download-artifact@v5
7979 with :
8080 name : sdist
8181 path : dist
8282 - name : Download wheels artifact - win
83- uses : actions/download-artifact@v4
83+ uses : actions/download-artifact@v5
8484 with :
8585 name : wheels-win
8686 path : dist
8787 - name : Download wheels artifact - mac
88- uses : actions/download-artifact@v4
88+ uses : actions/download-artifact@v5
8989 with :
9090 name : wheels-mac
9191 path : dist
9292 - name : Download wheels artifact - ubuntu aarch
93- uses : actions/download-artifact@v4
93+ uses : actions/download-artifact@v5
9494 with :
9595 name : wheels-ubuntu-aarch
9696 path : dist
9797 - name : Download wheels artifact - ubuntu x86_64
98- uses : actions/download-artifact@v4
98+ uses : actions/download-artifact@v5
9999 with :
100100 name : wheels-ubuntu-x86_64
101101 path : dist
You can’t perform that action at this time.
0 commit comments