Skip to content

Commit

Permalink
Added more test scenarios back.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextm committed Apr 28, 2024
1 parent c402350 commit 029c870
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest] #, ubuntu-latest, windows-latest]
python-version: ['3.8'] #, '3.9', '3.10', '3.11', '3.12']
os: [macos-latest, ubuntu-latest] #, windows-latest]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v4
- name: Setup python
Expand Down

0 comments on commit 029c870

Please sign in to comment.