From 248786fd99e34dfdff23ac6c39c6ada34e88582a Mon Sep 17 00:00:00 2001 From: nickpadd Date: Fri, 4 Oct 2024 18:13:45 +0300 Subject: [PATCH] Addressing ci breaking --- .github/workflows/pytest.yaml | 2 +- .github/workflows/script_pipeline.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index cc85054..6966e36 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -25,7 +25,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: 3.10 + python-version: '3.10' #---------------------------------------------- # ----- install & configure poetry ----- diff --git a/.github/workflows/script_pipeline.yaml b/.github/workflows/script_pipeline.yaml index dec47e4..9e0a0b5 100644 --- a/.github/workflows/script_pipeline.yaml +++ b/.github/workflows/script_pipeline.yaml @@ -24,7 +24,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: 3.10 + python-version: '3.10' #---------------------------------------------- # ----- install & configure poetry -----