Skip to content

Commit 88bf721

Browse files
authored
Update conda index command (#234)
* See also python-control/python-control#981
1 parent 3b47560 commit 88bf721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/slycot-build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
mkdir -p "slycot-conda-pkgs/${conda_platform}"
175175
cp "${conda_pkg}" "slycot-conda-pkgs/${conda_platform}/"
176176
done
177-
conda index --no-progress ./slycot-conda-pkgs
177+
python -m conda_index ./slycot-conda-pkgs
178178
- name: Save to local conda pkg channel
179179
uses: actions/upload-artifact@v3
180180
with:

0 commit comments

Comments
 (0)