Skip to content

Commit

Permalink
attempt to fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
mdancho84 committed Jan 4, 2024
1 parent 5360c97 commit 6a90370
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ jobs:
activate-environment: r-gluonts
python-version: 3.7.1
environment-file: _environment.yml
auto-activate-base: false
- name: Conda Info
run: |
conda info
conda list
- uses: r-lib/actions/setup-pandoc@v2

Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ jobs:
activate-environment: r-gluonts
python-version: 3.7.1
environment-file: _environment.yml
auto-activate-base: false

- name: Conda Info
run: |
conda info
conda list
- uses: r-lib/actions/setup-pandoc@v2

Expand Down
13 changes: 13 additions & 0 deletions .github/workflows/pr-commands.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,19 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install miniconda r-gluonts env
uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: r-gluonts
python-version: 3.7.1
environment-file: _environment.yml
auto-activate-base: false

- name: Conda Info
run: |
conda info
conda list
- uses: r-lib/actions/pr-fetch@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:
activate-environment: r-gluonts
python-version: 3.7.1
environment-file: _environment.yml
auto-activate-base: false

- name: Conda Info
run: |
conda info
conda list
- uses: r-lib/actions/setup-r@v2
with:
Expand Down

0 comments on commit 6a90370

Please sign in to comment.