We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7423937 commit adb664bCopy full SHA for adb664b
.github/workflows/check-migrations.yaml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v2
12
- name: Install dependencies
13
run: |
14
- apt-get -y install python3 python3-psycopg2 python3-yaml python3-virtualenv python3-tidylib \
+ 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
0 commit comments