Skip to content

Commit 8f06afe

Browse files
committed
Shush...
1 parent 93c3631 commit 8f06afe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-bot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
run: |
2525
python -m pip install --upgrade pip
2626
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
2728
2829
- name: Run tests with pytest
2930
run: |

0 commit comments

Comments
 (0)