Skip to content

Commit 94eddf1

Browse files
committed
Fix
1 parent b886678 commit 94eddf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
run: mamba env update --file ${{ matrix.extra-env }}
7979

8080
- name: Upgrade dask to git tip
81-
run: mamba env update --file ci/environment-git-tip.yml
81+
run: mamba env update --file ci/environment-git-tip.yml --name test
8282

8383
- name: Add test dependencies
8484
run: mamba env update --file ci/environment-test.yml

0 commit comments

Comments
 (0)