Skip to content

Commit

Permalink
ci(regenerate): try apt-get update to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjayankur31 committed Oct 17, 2023
1 parent ddd1ffb commit 5b66349
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/regenerate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:

- name: Install dependencies
run: |
sudo apt-get update -y
sudo apt-get install libhdf5-serial-dev liblzo2-dev libgraphviz-dev -y
python -m pip install --upgrade pip
pip install .[dev]
Expand Down

0 comments on commit 5b66349

Please sign in to comment.