Skip to content

Commit

Permalink
test-feat(windows actions): experiment adding platform dimensions to …
Browse files Browse the repository at this point in the history
…pytest workflow
  • Loading branch information
sqr00t committed Sep 28, 2023
1 parent b42df79 commit 7a3693a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,15 @@ on: [push]

jobs:
build:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os.host }}
strategy:
matrix:
python-version: ["3.8", "3.9"]
os:
- name: ubuntu
host: ubuntu-latest
- name: windows
host: windows-latest

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

0 comments on commit 7a3693a

Please sign in to comment.