We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09e3dea commit 7c944cdCopy full SHA for 7c944cd
.github/workflows/publish-pypi.yml
@@ -44,6 +44,11 @@ jobs:
44
with:
45
python-version: "3.12"
46
47
+ - name: "Check out repository code"
48
+ uses: "actions/checkout@v5"
49
+ with:
50
+ submodules: true
51
+
52
- name: "Setup Python environment"
53
run: |
54
pipx install -f poetry==${{ needs.prepare-environment.outputs.POETRY_VERSION }}
@@ -52,10 +57,6 @@ jobs:
57
env:
58
PIPX_DEFAULT_PYTHON: ${{ steps.python.outputs.python-path }}
59
55
- - name: "Check out repository code"
56
- uses: "actions/checkout@v5"
- with:
- submodules: true
60
- name: "Install Dependencies"
61
run: "poetry install"
62
working-directory: ${{ matrix.package_dir }}
0 commit comments