Skip to content

Commit

Permalink
fix: incorrect GHA file
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Mar 28, 2024
1 parent cfcb585 commit 49bc62c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/instance_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{matrix.python-version}}
cache: 'poetry'

- name: Install poetry
run: pipx install poetry
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{matrix.python-version}}
cache: 'poetry'

- name: Install poetry
run: pipx install poetry
Expand Down

0 comments on commit 49bc62c

Please sign in to comment.