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 c1b7fcf commit c1a489bCopy full SHA for c1a489b
.github/workflows/pytest.yml
@@ -36,7 +36,7 @@ jobs:
36
run: |
37
python -m pip install --upgrade pip
38
pip install pytest numpy==1.23.5 tables==3.8.0
39
- pip install deeplabcut==3.0.0rc4
+ pip install deeplabcut==3.0.0rc8
40
pip install pytest
41
pip install pytest-timeout
42
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
0 commit comments