Skip to content

Commit

Permalink
adding --with dev
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-oscarsson committed Oct 12, 2023
1 parent 6870dac commit ddbcad6
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
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

0 comments on commit ddbcad6

Please sign in to comment.