Skip to content

Commit

Permalink
use poetry natively?
Browse files Browse the repository at this point in the history
  • Loading branch information
dswah committed Feb 11, 2024
1 parent 3f6c83c commit ae6e3dd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install poetry
poetry export --with dev > requirements.txt
pip install -r requirements.txt
poetry install --with dev
- name: Test with pytest
run: |
pytest --cov=pygam
codecov
poetry run pytest --cov=pygam
poetry run codecov

0 comments on commit ae6e3dd

Please sign in to comment.