8000 update conda_index (no longer part of conda-build) · python-control/python-control@d3029dc · GitHub
[go: up one dir, main page]

Skip to content

Commit d3029dc

Browse files
committed
update conda_index (no longer part of conda-build)
1 parent e1e33e4 commit d3029dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/os-blas-test-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
mkdir -p "slycot-conda-pkgs/${conda_platform}"
141141
cp "${conda_pkg}" "slycot-conda-pkgs/${conda_platform}/"
142142
done
143-
conda index --no-progress ./slycot-conda-pkgs
143+
python -m conda_index ./slycot-conda-pkgs
144144
- name: Save to local conda pkg channel
145145
uses: actions/upload-artifact@v3
146146
with:

0 commit comments

Comments
 (0)
0