Skip to content

Commit

Permalink
Update dependencies and build process
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanjaypranav committed Feb 27, 2024
1 parent 4861389 commit 4b91141
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
sudo make build
python -m pip install black isort flake8
python -m pip install black isort flake8 poetry
poetry install
- name: Run tests
run: |
pip install pytest
Expand Down

0 comments on commit 4b91141

Please sign in to comment.