Skip to content

Commit 7423937

Browse files
committed
Let's try with installing all required debian packages first
1 parent 25e288e commit 7423937

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/check-migrations.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- name: Install dependencies
1313
run: |
14-
python -m pip install --upgrade pip
15-
pip install -r requirements.txt
14+
apt-get -y install python3 python3-psycopg2 python3-yaml python3-virtualenv python3-tidylib \
15+
python3-dateutil python3-markdown python3-pycurl python3-pylibmc python3-tz \
16+
pginfra-wrap-uwsgi uwsgi-plugin-python3 python3-libsass pginfra-wrap-virtualenv \
17+
python3-requests python3-pycryptodome python3-sqlparse python3-qrcode python3-asgiref
18+
pip install "Django>=4.2,<4.3" asgiref typing_exensions
1619
- name: Install temporary dummy configuration
1720
run: |
1821
cat <<EOF > pgweb/settings_local.py

0 commit comments

Comments
 (0)