Skip to content

Commit

Permalink
Update python-package-conda.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dominichofer authored Mar 18, 2024
1 parent 718e392 commit 0f28394
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
echo $CONDA/bin >> $GITHUB_PATH
- name: Install dependencies
run: |
conda env update --file requirements.yml --name base
conda env update --file environment.yml --name base
- name: Test with pytest
run: |
pip install --no-build-isolation --no-deps .[test]
pytest

0 comments on commit 0f28394

Please sign in to comment.