Skip to content

Commit

Permalink
added python support
Browse files Browse the repository at this point in the history
  • Loading branch information
meetagrawal09 committed Oct 4, 2023
1 parent c4de3c6 commit 6556c80
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@ jobs:
steps:
- name: Checkout source code
uses: actions/checkout@v3

- name: Setup python
uses: actions/setup-python@v4
with:
python-version: '3.10'

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

0 comments on commit 6556c80

Please sign in to comment.