Skip to content

Commit

Permalink
Update .github/workflows/integration-test.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Rohan Sasne <[email protected]>
  • Loading branch information
meetagrawal09 and allgandalf authored Nov 14, 2023
1 parent 50f52cf commit 34173eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ jobs:

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

0 comments on commit 34173eb

Please sign in to comment.