We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93c3631 commit 8f06afeCopy full SHA for 8f06afe
.github/workflows/test-bot.yml
@@ -24,6 +24,7 @@ jobs:
24
run: |
25
python -m pip install --upgrade pip
26
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
27
+ if [ -f requirements-dev.txt ]; then pip install -r requirements-dev.txt; fi
28
29
- name: Run tests with pytest
30
0 commit comments