Skip to content

Commit 9a09406

Browse files
Updated files with 'repo_helper'.
1 parent 943c8fb commit 9a09406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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/flake8-sphinx-links-*.tar.bz2; do
236+
for f in conda/dist/noarch/flake8_sphinx_links-*.tar.bz2; do
237237
[ -e "$f" ] || continue
238238
echo "$f"
239239
conda install "$f" || exit 1

0 commit comments

Comments
 (0)