Skip to content

Commit

Permalink
Update conda index command (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
bnavigator committed Apr 4, 2024
1 parent 3b47560 commit 88bf721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/slycot-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
mkdir -p "slycot-conda-pkgs/${conda_platform}"
cp "${conda_pkg}" "slycot-conda-pkgs/${conda_platform}/"
done
conda index --no-progress ./slycot-conda-pkgs
python -m conda_index ./slycot-conda-pkgs
- name: Save to local conda pkg channel
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 88bf721

Please sign in to comment.