We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dcb583 commit 32bc80cCopy full SHA for 32bc80c
.github/workflows/ci.yml
@@ -16,13 +16,14 @@ jobs:
16
fail-fast: false
17
matrix:
18
python: ["3.7", "3.8", "3.9", "3.10"]
19
+ os: ["ubuntu-latest"]
20
+ pytest_ops: [""]
21
include:
22
- os: "macos-latest"
23
+ python: "3.10"
24
# ignore doctests, as they involve calls to github, and all mac machines
25
# use the same IP address
26
pytest_opts: "-k pins/tests"
- - os: "ubuntu-latest"
- pytest_opts:
27
steps:
28
- uses: actions/checkout@v2
29
- uses: actions/setup-python@v2
0 commit comments