We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25e288e commit 7423937Copy full SHA for 7423937
.github/workflows/check-migrations.yaml
@@ -11,8 +11,11 @@ jobs:
11
- uses: actions/checkout@v2
12
- name: Install dependencies
13
run: |
14
- python -m pip install --upgrade pip
15
- pip install -r requirements.txt
+ apt-get -y install python3 python3-psycopg2 python3-yaml python3-virtualenv python3-tidylib \
+ 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
19
- name: Install temporary dummy configuration
20
21
cat <<EOF > pgweb/settings_local.py
0 commit comments