File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 4747 },
4848 {
4949 " name " : " Set up packages" ,
50- " run " : " set -e\n\n pip install -U pip setuptools wheel\n pip install -U \\\n pre-commit coveralls pyyaml pytest-django\n pip install -U -r requirements.txt\n\n echo \" PATH=$PATH\" >> $GITHUB_ENV\n "
50+ " run " : " set -e\n\n sudo apt-get update \n sudo apt-get install -y libfreetype6-dev \n\ n pip install -U pip setuptools wheel\n pip install -U \\\n pre-commit coveralls pyyaml pytest-django\n pip install -U -r requirements.txt\n\n echo \" PATH=$PATH\" >> $GITHUB_ENV\n "
5151 },
5252 {
5353 " name " : " Copy secret.py" ,
9494 },
9595 {
9696 " name " : " Set up packages" ,
97- " run " : " set -e\n\n pip install -U pip setuptools wheel\n pip install -U \\\n pre-commit coveralls pyyaml pytest-django\n pip install -U -r requirements.txt\n\n echo \" PATH=$PATH\" >> $GITHUB_ENV\n "
97+ " run " : " set -e\n\n sudo apt-get update \n sudo apt-get install -y libfreetype6-dev \n\ n pip install -U pip setuptools wheel\n pip install -U \\\n pre-commit coveralls pyyaml pytest-django\n pip install -U -r requirements.txt\n\n echo \" PATH=$PATH\" >> $GITHUB_ENV\n "
9898 },
9999 {
100100 " name " : " Copy secret.py" ,
203203 },
204204 {
205205 " name " : " Set up packages" ,
206- " run " : " set -e\n\n pip install -U pip setuptools wheel\n pip install -U \\\n pre-commit coveralls pyyaml pytest-django\n pip install -U -r requirements.txt\n\n echo \" PATH=$PATH\" >> $GITHUB_ENV\n "
206+ " run " : " set -e\n\n sudo apt-get update \n sudo apt-get install -y libfreetype6-dev \n\ n pip install -U pip setuptools wheel\n pip install -U \\\n pre-commit coveralls pyyaml pytest-django\n pip install -U -r requirements.txt\n\n echo \" PATH=$PATH\" >> $GITHUB_ENV\n "
207207 },
208208 {
209209 " name " : " Copy secret.py" ,
Original file line number Diff line number Diff line change 5555 run : |
5656 set -e
5757
58+ sudo apt-get update
59+ sudo apt-get install -y libfreetype6-dev
60+
5861 pip install -U pip setuptools wheel
5962 pip install -U \
6063 pre-commit coveralls pyyaml pytest-django
You can’t perform that action at this time.
0 commit comments