Skip to content

Commit a73f1a9

Browse files
committed
debug workflow script 2
1 parent e257c4f commit a73f1a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/win_test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,5 @@ jobs:
4646
elif [ "${{ matrix.env }}" == "py311" ]; then
4747
npver=1.26
4848
fi
49-
conda install numpy={$npver} scipy requests pytest
49+
mamba activate build
50+
conda install python=${{ matrix.python-version }} numpy={$npver} scipy requests pytest

0 commit comments

Comments
 (0)