Skip to content

Commit

Permalink
Changed py version
Browse files Browse the repository at this point in the history
  • Loading branch information
meetagrawal09 authored Oct 4, 2023
1 parent 6556c80 commit e288f68
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 @@ -27,7 +27,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.x'

- name: Install python packages
run: |
Expand All @@ -38,4 +38,4 @@ jobs:
run: |
for FILE in modules/data.atmosphere/inst/integrationTests/*; do
Rscript $FILE;
done
done

0 comments on commit e288f68

Please sign in to comment.