Skip to content

Commit

Permalink
github workflow: Add apt-get update to avoid 404 error for old packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjwebb committed Feb 28, 2024
1 parent b9a2608 commit c2f5a1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:

- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get -y install libxml2-dev libxslt-dev libxslt1-dev python3-dev python3-lxml libxml2-utils
python -m pip install --upgrade pip setuptools wheel
python -m pip install -r requirements.txt
Expand Down

0 comments on commit c2f5a1c

Please sign in to comment.