Skip to content

Commit

Permalink
Setting up gitlab actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel da Silva authored and Daniel da Silva committed Nov 23, 2024
1 parent c1d72c1 commit 000c86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Apt Dependencies
run: |
sudo apt install -y build-essential libhdf-dev
sudo apt install -y build-essential libhdf4-dev
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 000c86b

Please sign in to comment.