We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a948fe commit 9cebf62Copy full SHA for 9cebf62
1 file changed
.github/workflows/build_conda.yaml
@@ -30,7 +30,7 @@ jobs:
30
with:
31
meta_yaml_dir: recipe
32
overwrite: true
33
- python-version: "3.12"
+ conda_build_args: "-xc conda-forge -c phygbu"
34
user: phygbu
35
label: main
36
token: ${{ secrets.ANACONDA }} # Replace with the right name of your secret
0 commit comments