Skip to content

Commit

Permalink
Changed from flit install to pip install with opts.
Browse files Browse the repository at this point in the history
This mimics normal install for testing.
  • Loading branch information
simlist committed Jul 10, 2023
1 parent be08ac4 commit 29b15aa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/testing-and-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
- name: install
run: |
python -m pip install --upgrade pip
pip install flit coveralls
flit install
pip install coveralls '.[test]'
- name: run-tests
run: |
pytest --cov-report= --cov=emailuser tests/
Expand Down

0 comments on commit 29b15aa

Please sign in to comment.