Skip to content

Commit

Permalink
Added automated testing on ARM and Windows architectures #188 (#189)
Browse files Browse the repository at this point in the history
* added windows-latest and macos-latest

* removed libtool and env caching #188

* reinstate env caching #188
  • Loading branch information
jacanchaplais authored Sep 11, 2024
1 parent cdf3102 commit 410fcc6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-13]
pyver: ["3.8", "3.9", "3.10", "3.11"]
os: [ubuntu-latest, macos-13, macos-latest, windows-latest]
pyver: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v3
- uses: mamba-org/setup-micromamba@v1
Expand All @@ -19,7 +19,6 @@ jobs:
create-args: >-
python=${{ matrix.pyver }}
pytest>=6.2.5
libtool
init-shell: bash
cache-environment: true
post-cleanup: 'all'
Expand Down

0 comments on commit 410fcc6

Please sign in to comment.