fix python version

This commit is contained in:
Lendemor 2024-10-05 00:44:43 +02:00
parent 89d63159c2
commit 57e8a8be16

View File

@ -45,7 +45,7 @@ jobs:
uses: actions/checkout@v4
- uses: ./.github/actions/setup_build_env
with:
python-version: 3.10
python-version: 3.10.11
run-poetry-install: true
create-venv-at-path: .venv
- name: Clone Reflex Website Repo