Skip to content

Commit

Permalink
again setup python instead of default for runner
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Nov 1, 2024
1 parent 3a4a2f8 commit cab102f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R_CDM_check_hades.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version=`3.11`
python-version: '3.11'

- name: Install system requirements
if: runner.os == 'Linux'
Expand Down

0 comments on commit cab102f

Please sign in to comment.