Skip to content

Commit ec0ddd5

Browse files
authored
Add windows CI (failing)(#82)
1 parent 8a09769 commit ec0ddd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
max-parallel: 12
1818
fail-fast: false
1919
matrix:
20-
os: [ubuntu-latest, macos-latest]
20+
os: [ubuntu-latest, macos-latest, windows-latest]
2121
python-version: ['3.6', '3.7', '3.8']
2222

2323
steps:
@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
python -m pip install --upgrade pip
3232
python -m pip install pytest
33-
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
33+
pip install -r requirements.txt
3434
- name: Install Pytng
3535
run: |
3636
python setup.py install

0 commit comments

Comments
 (0)