Skip to content

Commit 228467f

Browse files
committed
Revert "fix(CI): use the correct Python version for poetry"
This reverts commit 723c301.
1 parent 723c301 commit 228467f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test-and-publish.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,9 @@ jobs:
162162
fi
163163
echo "Installing python deps"
164164
poetry self add "poetry-dynamic-versioning[plugin]"
165-
poetry env use python$PYTHON_VERSION # use the correct Python version we've set up
165+
poetry env use python3 # use the correct Python version we've set up
166166
poetry install --no-root --only=dev
167167
echo "Installed Dependencies"
168-
env:
169-
PYTHON_VERSION: ${{ matrix.python_version }}
170168
- name: Build Docs # only build docs once
171169
if: ${{ matrix.os == 'ubuntu-20.04' && matrix.python_version == '3.11' }}
172170
run: |

0 commit comments

Comments
 (0)