Skip to content

Commit

Permalink
try poetry env use
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbrickhouse committed Oct 10, 2022
1 parent 8918232 commit e1d9ea4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-and-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
poetry env use "${{ matrix.python-version }}"
poetry install
python -m pip install flake8 pytest
- name: Lint with flake8
Expand Down

0 comments on commit e1d9ea4

Please sign in to comment.