We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b131768 commit 4e597f0Copy full SHA for 4e597f0
.github/workflows/run-tests-condaforge.yml
@@ -27,6 +27,7 @@ jobs:
27
fetch-depth: 0
28
- uses: conda-incubator/setup-miniconda@v3
29
with:
30
+ activate-environment: activestorage
31
python-version: ${{ matrix.python-version }}
32
miniforge-version: "latest"
33
use-mamba: true
@@ -51,6 +52,7 @@ jobs:
51
52
53
54
55
56
57
58
0 commit comments