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
sanjayankur31 committed Oct 17, 2023

Verified

This commit was signed with the committer’s verified signature.
sanjayankur31 Ankur Sinha
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
@@ -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]

0 comments on commit 5b66349

Please sign in to comment.