Skip to content

Commit

Permalink
attempt to fix conda
Browse files Browse the repository at this point in the history
  • Loading branch information
mdancho84 committed Jan 4, 2024
1 parent a023de5 commit 91aabc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install miniconda r-gluonts env
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: r-gluonts
python-version: 3.7.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install miniconda r-gluonts env
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: r-gluonts
python-version: 3.7.1
Expand Down

0 comments on commit 91aabc7

Please sign in to comment.