Skip to content

Commit b3e3504

Browse files
committed
Fix appveyor config
1 parent d307c7e commit b3e3504

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
@@ -23,7 +23,7 @@ install:
2323
- python get-poetry.py --preview
2424

2525
# Install dependencies
26-
- pip install codecov
26+
- python -m pip install codecov
2727
- poetry install -v
2828

2929
test_script:

0 commit comments

Comments
 (0)