From 94eddf16f0d792999e5c49dfb7803afdeb6a6951 Mon Sep 17 00:00:00 2001 From: Hendrik Makait Date: Mon, 16 Dec 2024 20:01:54 +0100 Subject: [PATCH] Fix --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 70c9206ca5..2218c4507f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -78,7 +78,7 @@ jobs: run: mamba env update --file ${{ matrix.extra-env }} - name: Upgrade dask to git tip - run: mamba env update --file ci/environment-git-tip.yml + run: mamba env update --file ci/environment-git-tip.yml --name test - name: Add test dependencies run: mamba env update --file ci/environment-test.yml