Skip to content

Commit

Permalink
gci: Update apt before installing
Browse files Browse the repository at this point in the history
A stale apt-get cache could otherwise cause a test failure.
  • Loading branch information
cdecker committed Sep 14, 2023
1 parent cde62c5 commit 0837fb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ jobs:
- name: Install dependencies
run: |
bash -x .github/scripts/setup.sh
sudo apt-get update -qq
sudo apt-get install -y -qq lowdown
pip install -U pip wheel poetry
# Export and then use pip to install into the current env
Expand Down

0 comments on commit 0837fb8

Please sign in to comment.