Skip to content

Commit 18e5f9d

Browse files
authored
Merge pull request #981 from murrayrm/fix-os-blas-test-matrix_30Mar2024
Update conda_index command in os-blas-test-matrix workflow
2 parents 4d878a9 + d3029dc commit 18e5f9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)