Skip to content

Commit

Permalink
Add apt-get update to GH action
Browse files Browse the repository at this point in the history
Apparently the list of packages/mirrors gets outdated and tests start failing without it
  • Loading branch information
diegogangl authored Mar 3, 2022
1 parent f178348 commit 0ddca32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
sudo apt-get update
sudo apt install -y libgirepository1.0-dev gir1.2-gtk-3.0 libgtksourceview-4-dev
pip install --user -e git+https://github.com/getting-things-gnome/liblarch.git#egg=liblarch
pip install --user pytest pycairo PyGObject caldav mock lxml
Expand Down

0 comments on commit 0ddca32

Please sign in to comment.