Skip to content

Commit 7715276

Browse files
committed
Further updates to github actions dependencies
Finally synced up with some offline testing...
1 parent adb664b commit 7715276

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/check-migrations.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
- name: Install dependencies
1313
run: |
1414
sudo 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
15+
python3-dateutil python3-markdown python3-pycurl python3-pylibmc python3-tz python3-libsass \
16+
python3-requests python3-pycryptodome python3-sqlparse python3-qrcode python3-asgiref \
17+
python3-setproctitle python3-pynliner python3-babel python3-bleach python3-feedparser
18+
pip install "Django>=4.2,<4.3" cvss
1919
- name: Install temporary dummy configuration
2020
run: |
2121
cat <<EOF > pgweb/settings_local.py

0 commit comments

Comments
 (0)