Skip to content

Commit c1a489b

Browse files
authored
Update pytest.yml
1 parent c1b7fcf commit c1a489b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
python -m pip install --upgrade pip
3838
pip install pytest numpy==1.23.5 tables==3.8.0
39-
pip install deeplabcut==3.0.0rc4
39+
pip install deeplabcut==3.0.0rc8
4040
pip install pytest
4141
pip install pytest-timeout
4242
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi

0 commit comments

Comments
 (0)