Skip to content

Commit

Permalink
Download single archive
Browse files Browse the repository at this point in the history
  • Loading branch information
akoumjian committed May 22, 2024
1 parent a785231 commit 0bee013
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pip-build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
run: |
sudo apt-get update -y
sudo apt-get install -y gfortran liblapack-dev
wget -r -np -nH --cut-dirs=1 -P /tmp/oorb/data https://storage.googleapis.com/oorb-data/data/
wget -P /tmp/ https://storage.googleapis.com/oorb-data/oorb_data.tar.gz
mkdir -p /tmp/oorb/
tar -xvf /tmp/oorb_data.tar.gz -C /tmp/oorb/
- name: Install Testing Dependencies
run: |
pip install pip --upgrade
Expand Down

0 comments on commit 0bee013

Please sign in to comment.