Skip to content

Commit

Permalink
Merge pull request #342 from IntelPython/fix/github_ci
Browse files Browse the repository at this point in the history
Use python -m conda_index instead of conda index
  • Loading branch information
ZzEeKkAa authored Feb 21, 2024
2 parents b701ca6 + 9f277ec commit 0d3ac76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conda-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,10 @@ jobs:
# Needed to be able to run conda index
- name: Install conda-build
run: mamba install conda-build
run: mamba install conda-build conda-index

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

- name: Test conda channel
run: |
Expand Down

0 comments on commit 0d3ac76

Please sign in to comment.