Skip to content

Commit

Permalink
installing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Meet Agrawal committed Oct 26, 2023
1 parent 6675a5b commit f5fec1c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,13 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'

python-version: '2.7.x'

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install cdsapi
- name: Run tests
run: |
for FILE in modules/data.atmosphere/inst/integrationTests/*; do
Expand Down

0 comments on commit f5fec1c

Please sign in to comment.