Skip to content

Commit

Permalink
Add Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
camirmas committed Aug 4, 2023
1 parent f400696 commit e678a29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest"] # "windows-latest"]
python-version: [ "3.7", "3.8" ]
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
python-version: [ "3.8" ]

steps:
- name: checkout repository
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Unit tests
run: |
pip install pytest
PYTHONPATH=. pytest tests/hopp
PYTHONPATH=. pytest -vs tests/hopp
- name: Lint with flake8
run: |
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
Expand Down

0 comments on commit e678a29

Please sign in to comment.