From dafb8bc1204bac421644b321b25fbd51bade1fc5 Mon Sep 17 00:00:00 2001 From: birgits Date: Wed, 10 Jan 2024 14:53:28 -0800 Subject: [PATCH] Bug fix - cannot have uses and run key --- .github/workflows/tests-coverage.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/tests-coverage.yml b/.github/workflows/tests-coverage.yml index 7647d66..9b48cb4 100644 --- a/.github/workflows/tests-coverage.yml +++ b/.github/workflows/tests-coverage.yml @@ -48,7 +48,6 @@ jobs: - name: Install dependencies (Windows) if: runner.os == 'Windows' - uses: conda-incubator/setup-miniconda@v2 run: conda create -n testenv python=${{ matrix.python }} conda activate testenv