We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b886678 commit 94eddf1Copy full SHA for 94eddf1
.github/workflows/tests.yml
@@ -78,7 +78,7 @@ jobs:
78
run: mamba env update --file ${{ matrix.extra-env }}
79
80
- name: Upgrade dask to git tip
81
- run: mamba env update --file ci/environment-git-tip.yml
+ run: mamba env update --file ci/environment-git-tip.yml --name test
82
83
- name: Add test dependencies
84
run: mamba env update --file ci/environment-test.yml
0 commit comments