Skip to content

Commit 5f62537

Browse files
committed
Silly me
1 parent 8bb4377 commit 5f62537

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ image: ubuntu1804
33
install:
44
- sudo apt-add-repository -y "ppa:silnrsi/smith-py3"
55
- sudo apt-get -yq update
6-
- sudo apt-get -yq install python3-fontforge
7-
- sudo python3 -m pip install -r requirements.txt
6+
- sudo apt-get -yq install python3-pip python3-fontforge
7+
- sudo pip3 install -r requirements.txt
88

99
build_script:
1010
- make PY=python3 -j4

0 commit comments

Comments
 (0)