Skip to content

Commit

Permalink
Add apt update to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
timonegk committed Jul 31, 2023
1 parent 2c14cc3 commit d4189fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
run: pip install pipenv
- name: install project dependencies
run: |
sudo apt update
sudo apt install -y --no-install-recommends libgpgme-dev libsasl2-dev libldap2-dev libmagic-dev libjpeg-dev libgraphviz-dev gettext
pipenv sync --dev
- name: run tests
Expand All @@ -47,6 +48,7 @@ jobs:
run: pip install pipenv
- name: install project dependencies
run: |
sudo apt update
sudo apt install -y --no-install-recommends libgpgme-dev libsasl2-dev libldap2-dev libmagic-dev libjpeg-dev libgraphviz-dev gettext
pipenv sync --dev
- name: compile i18n messages
Expand Down

0 comments on commit d4189fc

Please sign in to comment.