diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 4916f039877..28c76d22c48 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -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: | @@ -38,4 +38,4 @@ jobs: run: | for FILE in modules/data.atmosphere/inst/integrationTests/*; do Rscript $FILE; - done \ No newline at end of file + done