From 7ff74550223491f871f99f2037e190a2717a58e3 Mon Sep 17 00:00:00 2001 From: samathad2023 Date: Mon, 11 Mar 2024 11:32:49 -0700 Subject: [PATCH] updated to yml --- .github/actions/setup-project/action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/setup-project/action.yml b/.github/actions/setup-project/action.yml index f03a03e9c..b2d582986 100644 --- a/.github/actions/setup-project/action.yml +++ b/.github/actions/setup-project/action.yml @@ -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.9 - uses: actions/setup-python@v3 + - name: Set up Python 3.12 + uses: actions/setup-python@v4 with: - python-version: "3.9" + python-version: "3.12" - name: Install poetry shell: bash run: pip install poetry