Skip to content

Commit 2b75e35

Browse files
Updated files with 'repo_helper'.
1 parent e36def5 commit 2b75e35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python_ci_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ jobs:
233233
$CONDA/bin/conda install anaconda-client
234234
$CONDA/bin/conda info -a
235235
236-
for f in conda/dist/noarch/coverage-pyver-pragma-*.tar.bz2; do
236+
for f in conda/dist/noarch/coverage_pyver_pragma-*.tar.bz2; do
237237
[ -e "$f" ] || continue
238238
echo "$f"
239239
conda install "$f" || exit 1

0 commit comments

Comments
 (0)