Skip to content

Commit 3c81c8a

Browse files
authored
Merge branch 'main' into mwm/docs
2 parents 91820cf + c1a489b commit 3c81c8a

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)