We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bb4377 commit 5f62537Copy full SHA for 5f62537
.appveyor.yml
@@ -3,8 +3,8 @@ image: ubuntu1804
3
install:
4
- sudo apt-add-repository -y "ppa:silnrsi/smith-py3"
5
- sudo apt-get -yq update
6
- - sudo apt-get -yq install python3-fontforge
7
- - sudo python3 -m pip install -r requirements.txt
+ - sudo apt-get -yq install python3-pip python3-fontforge
+ - sudo pip3 install -r requirements.txt
8
9
build_script:
10
- make PY=python3 -j4
0 commit comments