Skip to content

Commit

Permalink
Workflow install poetry deps
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbrickhouse committed Oct 10, 2022
1 parent 7e7b2bf commit bae7507
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-and-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,12 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
cache: 'poetry'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install poetry
poetry install
python -m pip install flake8 pytest
- name: Lint with flake8
run: |
Expand Down

0 comments on commit bae7507

Please sign in to comment.