We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e257c4f commit a73f1a9Copy full SHA for a73f1a9
.github/workflows/win_test.yml
@@ -46,4 +46,5 @@ jobs:
46
elif [ "${{ matrix.env }}" == "py311" ]; then
47
npver=1.26
48
fi
49
- conda install numpy={$npver} scipy requests pytest
+ mamba activate build
50
+ conda install python=${{ matrix.python-version }} numpy={$npver} scipy requests pytest
0 commit comments