This commit is contained in:
Nuno Campos
2024-09-11 12:22:18 -07:00
parent 51b8cfca54
commit 5f2e9aafce
-2
View File
@@ -20,7 +20,6 @@ jobs:
with:
ref: main
- name: Set up Python 3.11 + Poetry ${{ env.POETRY_VERSION }}
if: steps.changed-files.outputs.all
uses: "./.github/actions/poetry_setup"
with:
python-version: "3.11"
@@ -45,7 +44,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.11 + Poetry ${{ env.POETRY_VERSION }}
if: steps.changed-files.outputs.all
uses: "./.github/actions/poetry_setup"
with:
python-version: "3.11"