Skip to content

Commit 8580955

Browse files
Updated files with 'repo_helper'.
1 parent c5f9b1a commit 8580955

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

0 commit comments

Comments
 (0)