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 3662f30 commit f9b623aCopy full SHA for f9b623a
.github/workflows/conda_build.yaml
@@ -51,7 +51,7 @@ jobs:
51
52
- name: Build library
53
run: |
54
- conda build conda --output-folder conda_package --variant-config-files conda/variants/macOS.yaml
+ conda build conda --output-folder conda_package --variant-config-files conda/variants/unix.yaml
55
56
- name: Upload artifact
57
uses: actions/upload-artifact@v4
@@ -145,7 +145,7 @@ jobs:
145
146
147
148
149
150
151
conda/variants/macOS.yaml conda/variants/unix.yamlconda/variants/macOS.yaml renamed to conda/variants/unix.yaml
0 commit comments