Skip to content

Commit aaa8b9b

Browse files
Abhiram824kevin-thankyou-lin
authored andcommitted
make workflow explicitly use mink 0.0.5
1 parent 95743f6 commit aaa8b9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
pip install -e .
3737
if [ -f requirements.txt ]; then
3838
pip install -r requirements.txt
39-
pip install mink
39+
pip install mink==0.0.5
4040
fi
4141
if [ -f requirements-extra.txt ]; then
4242
pip install -r requirements-extra.txt

0 commit comments

Comments
 (0)