Skip to content

Commit

Permalink
remove python setup from action yml
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Aug 25, 2023
1 parent f6bda23 commit 92047a8
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/R_CMD_check_Hades.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,6 @@ jobs:

steps:
- uses: actions/checkout@v2

- uses: conda-incubator/setup-miniconda@v2
with:
python-version: "3.7"
activate-environment: r-reticulate

- name: python main dependencies
run: conda install --name r-reticulate numpy scipy scikit-learn pandas pydotplus joblib

- name: python json dependencies
run: conda install --name r-reticulate -c conda-forge sklearn-json

- name: python scikit-survival dependencies
run: conda install --name r-reticulate -c sebp scikit-survival

- uses: r-lib/actions/setup-r@v2
with:
Expand Down

0 comments on commit 92047a8

Please sign in to comment.