Skip to content

Commit 7c944cd

Browse files
committed
fix(ci): failing publish pypi
Signed-off-by: Fatih Acar <[email protected]>
1 parent 09e3dea commit 7c944cd

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ jobs:
4444
with:
4545
python-version: "3.12"
4646

47+
- name: "Check out repository code"
48+
uses: "actions/checkout@v5"
49+
with:
50+
submodules: true
51+
4752
- name: "Setup Python environment"
4853
run: |
4954
pipx install -f poetry==${{ needs.prepare-environment.outputs.POETRY_VERSION }}
@@ -52,10 +57,6 @@ jobs:
5257
env:
5358
PIPX_DEFAULT_PYTHON: ${{ steps.python.outputs.python-path }}
5459

55-
- name: "Check out repository code"
56-
uses: "actions/checkout@v5"
57-
with:
58-
submodules: true
5960
- name: "Install Dependencies"
6061
run: "poetry install"
6162
working-directory: ${{ matrix.package_dir }}

0 commit comments

Comments
 (0)