Skip to content

Commit 9e85310

Browse files
committed
Add macOS pytest tests in CI
- also add pytest 7.3
1 parent b79f556 commit 9e85310

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testsuite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ jobs:
8080
strategy:
8181
fail-fast: false
8282
matrix:
83-
os: [ubuntu-latest, windows-latest]
83+
os: [ubuntu-latest, macOS-latest, windows-latest]
8484
python-version: [3.9]
85-
pytest-version: [3.0.0, 3.5.1, 4.0.2, 4.5.0, 5.0.1, 5.4.3, 6.0.2, 6.2.5, 7.0.1, 7.1.3, 7.2.0]
85+
pytest-version: [3.0.0, 3.5.1, 4.0.2, 4.5.0, 5.0.1, 5.4.3, 6.0.2, 6.2.5, 7.0.1, 7.1.3, 7.2.0, 7.3.1]
8686
steps:
8787
- uses: actions/checkout@v3
8888
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)