We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a21b8d commit bef5a7dCopy full SHA for bef5a7d
1 file changed
.github/workflows/pytest.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ${{ matrix.os }}
14
strategy:
15
matrix:
16
- os: [ubuntu-latest, macos-latest]
+ os: [ubuntu-latest]
17
python-version: ['3.9', '3.10', '3.11', '3.12']
18
fail-fast: false
19
0 commit comments