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 eb03fd6 commit 738d178Copy full SHA for 738d178
.github/workflows/conda_ci.yml
@@ -16,6 +16,9 @@ jobs:
16
matrix:
17
os: [windows-latest, ubuntu-latest, macos-latest]
18
python-version: [3.8, 3.9, '3.10']
19
+ exclude:
20
+ - os: windows-latest
21
+ python-version: 3.8
22
23
steps:
24
- uses: actions/checkout@v2
.github/workflows/test.yml
0 commit comments