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 fa751ca commit 20b4fb6Copy full SHA for 20b4fb6
.github/workflows/tests.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ${{ matrix.os }}
10
strategy:
11
matrix:
12
- os: [windows-latest]
+ os: [ubuntu-latest, windows-latest]
13
python-version: ['3.9']
14
15
steps:
@@ -21,6 +21,7 @@ jobs:
21
- name: Install dependencies
22
run: |
23
python -m pip install --upgrade pip
24
+ pip install -r requirements.txt
25
pip install tox tox-gh-actions
26
- name: Test with tox
27
run: tox
0 commit comments