Skip to content

Commit

Permalink
install poetry before setting up python
Browse files Browse the repository at this point in the history
  • Loading branch information
noxan committed Oct 6, 2023
1 parent f16b55b commit 2a2213c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Poetry
uses: snok/install-poetry@v1
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: "3.11"
cache: "poetry"
- name: Install Poetry
uses: snok/install-poetry@v1
- name: Install dependencies
run: poetry install
- name: pyright
Expand Down

0 comments on commit 2a2213c

Please sign in to comment.