Skip to content

Commit

Permalink
set poetry version
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoto7250 committed May 13, 2023
1 parent 9190501 commit b9d3e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Run image
uses: abatilo/actions-poetry@v2
with:
poetry-version: ${{ matrix.poetry-version }}
poetry-version: ["1.4.2"]
- name: black
run: poetry run black --check --verbose fastconfig/ tests/
- name: ruff
Expand Down

0 comments on commit b9d3e35

Please sign in to comment.