Skip to content

Commit

Permalink
Update platform and python version in tests.yaml to only Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoadesScholar committed Mar 10, 2024
1 parent 52b3fda commit 0a62016
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [ubuntu-latest, windows-latest, macos-latest]
# platform: [ubuntu-latest, windows-latest, macos-latest]
platform: [ubuntu-latest]
python-version: ['3.10', '3.11']

steps:
Expand Down

0 comments on commit 0a62016

Please sign in to comment.