Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
enzbus authored Aug 31, 2023
1 parent c0e4ac6 commit 0608c06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:

test:
# The type of runner that the job will run on
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest

strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest] # , windows-latest, macos-latest]
python-version: ['3.11'] # ['3.9', '3.10', '3.11']


Expand Down

0 comments on commit 0608c06

Please sign in to comment.