Skip to content

Commit

Permalink
python -m to run poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-oscarsson committed Oct 12, 2023
1 parent 6870dac commit 9c093a1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,10 @@ jobs:
run: |
conda install -c conda-forge mamba
mamba env update --file conda-environment.yml --name base
poetry install
python -m poetry install
- name: Linting & Code Quality
run: |
poetry run pre-commit run --all-files
- name: Test with pytest
run: |
conda install pytest
conda install pytest-cov
pytest
python -m pytest

0 comments on commit 9c093a1

Please sign in to comment.