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 6147d4a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 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
pip install -e .
- 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

0 comments on commit 6147d4a

Please sign in to comment.