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 0425088 commit c25dcfe
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,10 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2

- name: Download glibc
run: |
apt install libc6
- name: Install dependencies
uses: BSFishy/pip-action@v1
with:
packages: |
cdsapi
run: |
python -m pip install --upgrade pip
pip install cdsapi
- name: Run tests
run: |
Expand Down

0 comments on commit c25dcfe

Please sign in to comment.