Skip to content

Commit

Permalink
test on linux and mac
Browse files Browse the repository at this point in the history
  • Loading branch information
BalzaniEdoardo committed Oct 14, 2023
1 parent 6bd116a commit 5e4122a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
tox:
strategy:
matrix:
os: [macos-latest] #[ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest] #[ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.10'] #['3.8', '3.9', '3.10']
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 5e4122a

Please sign in to comment.