Skip to content

Commit

Permalink
Update workflow to use poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
dexter2206 committed Nov 29, 2023
1 parent 9fcc9e2 commit 2f71f5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/quality_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies and the package
run: |
python -m pip install --upgrade pip
pip install .[test]
python -m pip install --upgrade pip poetry
poetry install
- name: Run unit tests
run: pytest --cov=omnisolver --cov-report=xml
- name: Report coverage
Expand Down

0 comments on commit 2f71f5c

Please sign in to comment.