Skip to content

Commit

Permalink
Fixing conda environment loading issue
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpert authored Dec 31, 2023
1 parent 357613d commit 2eb6839
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ jobs:
run: |
# $CONDA is an environment variable pointing to the root of the miniconda directory
echo $CONDA/bin >> $GITHUB_PATH
- name: Install dependencies
run: |
conda env update --file environment.yml --name base
- name: Test with pytest
run: |
conda install pytest
Expand Down

0 comments on commit 2eb6839

Please sign in to comment.