Skip to content

Commit

Permalink
fix syntax error in conda package upload
Browse files Browse the repository at this point in the history
  • Loading branch information
adarshyoga committed Feb 26, 2024
1 parent 9ce4a6b commit e117b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
run: mamba install conda-build conda-index

- name: Create conda channel
python -m conda_index ${{ env.CHANNEL_PATH }}
run: python -m conda_index ${{ env.CHANNEL_PATH }}

- name: Test conda channel
run: |
Expand Down

0 comments on commit e117b17

Please sign in to comment.