pin python to 3.12.3

This commit is contained in:
Kenneth Kehl
2024-06-20 12:20:20 -07:00
parent 11e917256a
commit 0385e6a4e3
2 changed files with 3 additions and 3 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.2
- name: Set up Python 3.12.3
uses: actions/setup-python@v4
with:
python-version: "3.12.2"
python-version: "3.12.3"
- name: Install poetry
shell: bash
run: pip install --upgrade poetry