Skip to content

Commit

Permalink
Update github workflow to use poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
stevej2608 committed Jan 9, 2024
1 parent ec9aa1e commit 29cd52f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 pytest
pip install -r requirements.txt
pip install poetry flake8 pytest
poetry install --no-root
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit 29cd52f

Please sign in to comment.