Skip to content

Commit 20b4fb6

Browse files
committed
Install deps in gh-actions
1 parent fa751ca commit 20b4fb6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ${{ matrix.os }}
1010
strategy:
1111
matrix:
12-
os: [windows-latest]
12+
os: [ubuntu-latest, windows-latest]
1313
python-version: ['3.9']
1414

1515
steps:
@@ -21,6 +21,7 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip
24+
pip install -r requirements.txt
2425
pip install tox tox-gh-actions
2526
- name: Test with tox
2627
run: tox

0 commit comments

Comments
 (0)