Skip to content

Commit

Permalink
Add
Browse files Browse the repository at this point in the history
  • Loading branch information
allgandalf committed Nov 13, 2023
1 parent 7fd5e64 commit 931f79d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@ jobs:

- name: Install dependencies
run: |
sudo -H apt install python3-pip
sudo apt-get update
sudo apt-get install python3-pip
sudo -H python3 -m pip install --upgrade pip
sudo -H pip install cdsapi
- name: Run tests
run: |
Expand Down

0 comments on commit 931f79d

Please sign in to comment.