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 931f79d commit ed90f2f
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 @@ -38,11 +38,11 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install python3-pip
sudo apt-get install python3-pip -y
sudo -H python3 -m pip install --upgrade pip
sudo -H pip install cdsapi
sudo -H pip install cdsapi -y
- name: Run tests
run: |
for FILE in modules/data.atmosphere/inst/integrationTests/*; do
Expand Down

0 comments on commit ed90f2f

Please sign in to comment.