Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-lieck committed Jun 1, 2022
1 parent 82a6b3e commit 01908c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest ] #, macos-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10"]
os: [ ubuntu-latest ] #, macos-latest, windows-latest ]
python-version: [ "3.8", "3.9", "3.10" ]
env:
OS: ${{ matrix.os }}
PYTHON: ${{ matrix.python-version }}
Expand Down

0 comments on commit 01908c1

Please sign in to comment.