integration_tests_wsl: pin poetry==1.8.3

poetry 2.0.0 seems to break on all platforms when doing `poetry run reflex`
This commit is contained in:
Masen Furer 2025-01-06 14:02:46 -08:00
parent 9fafb6d526
commit 20abbfb8e4
No known key found for this signature in database
GPG Key ID: B0008AD22B3B3A95

View File

@ -49,7 +49,7 @@ jobs:
- name: Install Poetry
shell: wsl-bash {0}
run: |
curl -sSL https://install.python-poetry.org | python3 -
curl -sSL https://install.python-poetry.org | python3 - --version=1.8.3
# Symlink seems easier to make work than persisting PATH changes, in WSL
ln -s /root/.local/bin/poetry /usr/local/bin/poetry