Skip to content

Commit

Permalink
add windows and mac to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
callumrollo committed Oct 7, 2024
1 parent aa43c17 commit a891f5b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 127 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/doc-artifacts.yml

This file was deleted.

113 changes: 0 additions & 113 deletions .github/workflows/publish-to-pypi.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ["ubuntu-latest"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
os: ["ubuntu-latest", "mac-latest", "windows-latest"]
python-version: ["3.9", "3.12"]
steps:
- uses: actions/checkout@v4
- name: mamba setup enviroment
Expand Down

0 comments on commit a891f5b

Please sign in to comment.