Skip to content

Commit

Permalink
Fix order of CI steps (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
disrupted authored Apr 9, 2024
1 parent cf8c819 commit ba01596
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ jobs:
poetry-version: ${{ env.poetry-version }}
working-directory: ${{ env.working-directory }}

- name: Check Poetry config and lockfile
run: poetry run pre-commit run poetry-check --all-files

- name: Install dependencies
run: poetry install --no-interaction

- name: Check Poetry config and lockfile
run: poetry run pre-commit run poetry-check --all-files

- name: Lint (ruff)
run: |
if [[ "$RUNNER_OS" == "Linux" && "${{ matrix.python-version }}" == "3.10" ]]
Expand Down

0 comments on commit ba01596

Please sign in to comment.