Skip to content

Commit

Permalink
Mac os actions fix (#131)
Browse files Browse the repository at this point in the history
* again setup python instead of default for runner
  • Loading branch information
egillax authored Nov 4, 2024
1 parent 279f274 commit 89cc563
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/R_CDM_check_hades.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ jobs:
- uses: r-lib/actions/setup-tinytex@v2

- uses: r-lib/actions/setup-pandoc@v2

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

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

0 comments on commit 89cc563

Please sign in to comment.