Skip to content

Commit 32bc80c

Browse files
committed
ci: add mac osx back to matrix
1 parent 5dcb583 commit 32bc80c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
python: ["3.7", "3.8", "3.9", "3.10"]
19+
os: ["ubuntu-latest"]
20+
pytest_ops: [""]
1921
include:
2022
- os: "macos-latest"
23+
python: "3.10"
2124
# ignore doctests, as they involve calls to github, and all mac machines
2225
# use the same IP address
2326
pytest_opts: "-k pins/tests"
24-
- os: "ubuntu-latest"
25-
pytest_opts:
2627
steps:
2728
- uses: actions/checkout@v2
2829
- uses: actions/setup-python@v2

0 commit comments

Comments
 (0)