Skip to content

Commit

Permalink
remember to install python before tensorflow in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilHvitfeldt committed Feb 21, 2024
1 parent 218d1c1 commit 40ede1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/R-CMD-check-hard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:

- name: Install TensorFlow
run: |
reticulate::install_python(version='3.11.7')
reticulate::virtualenv_create('r-reticulate', python='3.11.7')
reticulate::use_virtualenv('r-reticulate')
tensorflow::install_tensorflow(version='2.15.0')
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:

- name: Install TensorFlow
run: |
reticulate::install_python(version='3.11.7')
reticulate::virtualenv_create('r-reticulate', python='3.11.7')
reticulate::use_virtualenv('r-reticulate')
tensorflow::install_tensorflow(version='2.15.0')
Expand Down

0 comments on commit 40ede1d

Please sign in to comment.