Skip to content

Commit

Permalink
anaconda distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-zehentleitner committed Nov 18, 2023
1 parent 8fe0364 commit 926b9f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Build noarch Conda package
run: |
conda build -c conda-forge --output-folder ./build-output --python 3.7 --variant-config-files conda_build_config.yaml .
conda build --output-folder ./build-output --python 3.7 --variant-config-files conda_build_config.yaml .
- name: Upload noarch Conda package
run: |
Expand Down

0 comments on commit 926b9f8

Please sign in to comment.