Skip to content

Commit

Permalink
ci(gha): fix
Browse files Browse the repository at this point in the history
  • Loading branch information
isac322 committed May 22, 2023
1 parent 81bc618 commit 313cc12
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install poetry
run: pipx install poetry
run: |
pipx install poetry
poetry lock
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python_ver }}
cache: 'poetry'
- name: Install dependencies
run: |
poetry lock
poetry install --no-root --sync
run: poetry install --no-root --sync
- name: Lint with flake8
run: |
poetry run flake8 .
Expand Down

0 comments on commit 313cc12

Please sign in to comment.