Skip to content

Commit

Permalink
conda install issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jrenaud90 committed Apr 7, 2022
1 parent 5582cde commit 0e5c179
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Install Dependencies
run: |
# $CONDA is an environment variable pointing to the root of the miniconda directory
$CONDA/bin/conda env update pytest pytest-cov pytest-split coverage --name base
$CONDA/bin/conda env update --file environment.yml --name base
- name: Download all artifacts
# Downloads coverage1, coverage2, etc.
uses: actions/download-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Install Dependencies
run: |
# $CONDA is an environment variable pointing to the root of the miniconda directory
$CONDA/bin/conda env update pytest pytest-cov pytest-split coverage --name base
$CONDA/bin/conda env update --file environment.yml --name base
- name: Download all artifacts
# Downloads coverage1, coverage2, etc.
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 0e5c179

Please sign in to comment.