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 bd730c5 commit b924b14Copy full SHA for b924b14
2 files changed
.github/workflows/publish-conda.yml
@@ -34,6 +34,8 @@ jobs:
34
- name: Build conda package
35
shell: bash -l {0}
36
run: |
37
+ # Set CONDA_OVERRIDE_OSX to work around virtual package issues on macOS
38
+ export CONDA_OVERRIDE_OSX="11.0"
39
conda build conda.recipe --output-folder ./conda-bld
40
41
- name: Upload build artifacts
.github/workflows/publish-release.yml
@@ -86,6 +86,8 @@ jobs:
86
87
88
89
90
91
92
93
- name: Upload Conda artifacts
0 commit comments