mirror of https://github.com/CIRCL/lookyloo
fix: incorrect GHA file
parent
cfcb585c0e
commit
49bc62cee0
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue