We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 70327c5 + 2b50b7b commit fbbf520Copy full SHA for fbbf520
.github/workflows/pytest-all.yml
@@ -28,6 +28,11 @@ jobs:
28
python-version: ${{ matrix.python-version }}
29
cache: "pip"
30
31
+ - name: Install dependencies
32
+ run: |
33
+ python -m pip install --upgrade pip
34
+ pip install -r requirements.txt
35
+
36
- name: Run tests with pytest
37
run: pytest -v -s
38
requirements.txt
@@ -0,0 +1 @@
1
+pytest
0 commit comments