File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ on: [push]
44
55jobs :
66 gulp :
7- runs-on : ubuntu-20.04
7+ runs-on : ubuntu-latest
88 strategy :
99 matrix :
1010 node-version : [14.15.x]
Original file line number Diff line number Diff line change 4040 - python-version : 3.11
4141 requirements-file : django-3.1.txt
4242 os : [
43- ubuntu-20.04 ,
43+ ubuntu-latest ,
4444 ]
4545
4646 steps :
5050 with :
5151 python-version : ${{ matrix.python-version }}
5252 - name : library prerequisites
53- run : sudo apt-get install python-dev libpq-dev libmagic1 gcc libxml2-dev libxslt1-dev libjpeg62 libopenjp2-7 -y
53+ run : sudo apt-get install python-dev-is-python3 libpq-dev libmagic1 gcc libxml2-dev libxslt1-dev libjpeg62 libopenjp2-7 -y
5454 - name : Install extra dependencies
5555 run : pip install lxml
5656 if : matrix.python-version == '3.10'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ version: 2
77
88# Set the version of Python and other tools you might need
99build :
10- os : ubuntu-20.04
10+ os : ubuntu-latest
1111 tools :
1212 python : " 3.9"
1313 # You can also specify other tool versions:
You can’t perform that action at this time.
0 commit comments