Skip to content

Commit

Permalink
🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
arafune committed Jul 19, 2024
1 parent 25ca242 commit 1d78b8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:

- name: Install libhdf5-dev by apt
run: |
apt -y update
apt -y install libhdf5-dev
sudo apt -y update
sudo apt -y install libhdf5-dev
- name: Rye activation
run: |
Expand Down

0 comments on commit 1d78b8a

Please sign in to comment.