Skip to content

Commit

Permalink
use poetry to install package for quality checks purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
dexter2206 committed Nov 29, 2023
1 parent 7da64fa commit f31dd2b
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 @@ -36,8 +36,8 @@ jobs:
- uses: actions/checkout@v2
- name: Install dependencies and the package
run: |
python -m pip install --upgrade pip
pip install .[dev,test]
python -m pip install --upgrade pip poetry
poetry install
pip install pre-commit
pre-commit install
pre-commit run -a
Expand Down

0 comments on commit f31dd2b

Please sign in to comment.