Skip to content

Commit

Permalink
adding --with dev and using poetry run
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-oscarsson committed Oct 13, 2023
1 parent 528bb4f commit 4a11f56
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 --with dev
- 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
poetry run pytest

0 comments on commit 4a11f56

Please sign in to comment.