Skip to content

Commit

Permalink
Update integration-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
meetagrawal09 authored Nov 13, 2023
1 parent c25dcfe commit 8e2fef4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install cdsapi
sudo -H python -m pip install --upgrade pip
sudo -H pip install cdsapi
- name: Run tests
run: |
Expand Down

0 comments on commit 8e2fef4

Please sign in to comment.