We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 754ac0d commit f1b9c0cCopy full SHA for f1b9c0c
.github/workflows/conda.yml
@@ -11,7 +11,7 @@ jobs:
11
fail-fast: false
12
matrix:
13
python-version: ["3.9"]
14
- platform: ["ubuntu-latest", "macos-latest", "windows-latest"]
+ platform: ["ubuntu-latest", "windows-latest"]
15
16
runs-on: ${{ matrix.platform }}
17
defaults:
0 commit comments