Skip to content

Commit

Permalink
Remove windows and macos tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mallory Wittwer committed Jul 12, 2024
1 parent ef15e5e commit dd021fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
runs-on: ${{ matrix.platform }}
strategy:
matrix:
platform: [ubuntu-latest, windows-latest, macos-latest]
python-version: ['3.8', '3.9', '3.10']
platform: [ubuntu-latest]
python-version: ['3.9', '3.10']

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit dd021fa

Please sign in to comment.