Skip to content

Commit

Permalink
update workflow python version
Browse files Browse the repository at this point in the history
  • Loading branch information
yizhang-yiz committed Oct 25, 2023
1 parent ddb74ef commit 99796cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/torsten_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
submodules: recursive
- uses: actions/setup-python@v4
with:
python-version: '2.x'
python-version: '3.x'
- name: Print g++ & make version and path
shell: bash
run: |
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
submodules: recursive
- uses: actions/setup-python@v4
with:
python-version: '2.x'
python-version: '3.x'
- name: Set up R 4.0
uses: r-lib/actions/setup-r@v2
with:
Expand Down

0 comments on commit 99796cd

Please sign in to comment.