Skip to content

Commit 9cebf62

Browse files
authored
Modify conda build arguments in workflow
Updated conda build arguments to include conda-forge and phygbu channels.
1 parent 3a948fe commit 9cebf62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_conda.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
meta_yaml_dir: recipe
3232
overwrite: true
33-
python-version: "3.12"
33+
conda_build_args: "-xc conda-forge -c phygbu"
3434
user: phygbu
3535
label: main
3636
token: ${{ secrets.ANACONDA }} # Replace with the right name of your secret

0 commit comments

Comments
 (0)