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 4af32f9 commit e43d771Copy full SHA for e43d771
.github/workflows/build.yml
@@ -15,6 +15,7 @@ jobs:
15
run: |
16
python -m pip install --upgrade pip
17
pip install -r requirements.txt
18
+ pip install pytest # Ensure pytest is installed
19
- name: Run Tests
20
21
# If you're using pytest for tests, for example:
0 commit comments