Skip to content

Commit

Permalink
ci: test include experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Jul 25, 2024
1 parent 475f6e0 commit 6a15cc4
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,26 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
python-version: [3.7, 3.9]
include:
# linux
- os: ubuntu-latest
arch: linux
python-version: ["3.7", "3.9"]
# windows
- os: windows-latest
- os: windows-altest
arch: windows
python-version: ["3.7", "3.9"]
# macOS
- os: macos-latest
arch: macos
python-version: ["3.7", "3.9"]
# # docker
# - os: ubuntu-latest
# arch: docker
# include:
# # linux
# - os: ubuntu-latest
# arch: linux
# # windows
# - os: windows-latest
# arch: windows
# # macOS
# - os: macos-latest
# arch: macos
# # # docker
# # - os: ubuntu-latest
# # arch: docker

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 6a15cc4

Please sign in to comment.