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 e1e33e4 commit d3029dcCopy full SHA for d3029dc
.github/workflows/os-blas-test-matrix.yml
@@ -140,7 +140,7 @@ jobs:
140
mkdir -p "slycot-conda-pkgs/${conda_platform}"
141
cp "${conda_pkg}" "slycot-conda-pkgs/${conda_platform}/"
142
done
143
- conda index --no-progress ./slycot-conda-pkgs
+ python -m conda_index ./slycot-conda-pkgs
144
- name: Save to local conda pkg channel
145
uses: actions/upload-artifact@v3
146
with:
0 commit comments