We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b47560 commit 88bf721Copy full SHA for 88bf721
.github/workflows/slycot-build-and-test.yml
@@ -174,7 +174,7 @@ jobs:
174
mkdir -p "slycot-conda-pkgs/${conda_platform}"
175
cp "${conda_pkg}" "slycot-conda-pkgs/${conda_platform}/"
176
done
177
- conda index --no-progress ./slycot-conda-pkgs
+ python -m conda_index ./slycot-conda-pkgs
178
- name: Save to local conda pkg channel
179
uses: actions/upload-artifact@v3
180
with:
0 commit comments