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 f388f8c commit 5166025Copy full SHA for 5166025
.github/workflows/basic_test.yaml
@@ -32,6 +32,9 @@ jobs:
32
- "3.9"
33
- "3.10"
34
- "3.11"
35
+ exclude:
36
+ - os: macos-latest
37
+ python-version: "3.7"
38
39
steps:
40
# Only check out HEAD. We don't need the full history.
.github/workflows/basic_test_skipped.yaml
@@ -29,5 +29,8 @@ jobs:
29
30
31
- run: 'echo "Skipped due to path filter."'
0 commit comments