pin python to 3.12.2

This commit is contained in:
Kenneth Kehl
2024-06-20 10:37:46 -07:00
parent c10e232759
commit 573b147d35
3 changed files with 7 additions and 11 deletions

View File

@@ -9,10 +9,10 @@ runs:
sudo apt-get update \
&& sudo apt-get install -y --no-install-recommends \
libcurl4-openssl-dev
- name: Set up Python 3.12
- name: Set up Python 3.12.2
uses: actions/setup-python@v4
with:
python-version: "3.12"
python-version: "3.12.2"
- name: Install poetry
shell: bash
run: pip install --upgrade poetry