8000 ci: Fix Python version export from AppVeyor to Codecov · matplotlib/matplotlib@d14eff9 · GitHub
[go: up one dir, main page]

Skip to content

Commit d14eff9

Browse files
committed
ci: Fix Python version export from AppVeyor to Codecov
1 parent a0849c4 commit d14eff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ artifacts:
9191

9292
on_finish:
9393
- micromamba install codecov
94-
- codecov -e PYTHON_VERSION PLATFORM -n "$PYTHON_VERSION Windows"
94+
- codecov -e PYTHON_VERSION PLATFORM -n "%PYTHON_VERSION% Windows"
9595

9696
on_failure:
9797
# Generate a html for visual tests

0 commit comments

Comments
 (0)
0