Skip to content

Commit

Permalink
Merge pull request #345 from IntelPython/fix/conda_package_upload
Browse files Browse the repository at this point in the history
Fix syntax error in conda package upload
  • Loading branch information
adarshyoga authored Feb 26, 2024
2 parents 9ce4a6b + e117b17 commit 76da169
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 76da169

Please sign in to comment.