Skip to content

Commit

Permalink
setup python
Browse files Browse the repository at this point in the history
  • Loading branch information
Meet Agrawal committed Oct 26, 2023
1 parent eba5b42 commit 6675a5b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,12 @@ jobs:
- name: Print Output to Console
run: |
cat .cdsapirc
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'

- name: Run tests
run: |
for FILE in modules/data.atmosphere/inst/integrationTests/*; do
Expand Down

0 comments on commit 6675a5b

Please sign in to comment.