From 04a996b1e97c6cdc4505107d34b9467e356409ea Mon Sep 17 00:00:00 2001 From: "M. Zain Sohail" Date: Thu, 12 Oct 2023 15:41:22 +0200 Subject: [PATCH] add the setup-python action (accidentally commented out) --- .github/workflows/testing.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 5abebf8f..deb1cc45 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -22,12 +22,12 @@ jobs: with: lfs: true - # - name: "Setup Python and Dependencies" - # uses: actions/setup-python@v4 - # with: - # python-version: ${{matrix.python-version}} - # check-latest: true - # cache: 'poetry' # caching poetry dependencies + - name: "Setup Python and Dependencies" + uses: actions/setup-python@v4 + with: + python-version: ${{matrix.python-version}} + check-latest: true + cache: 'poetry' # caching poetry dependencies #------------------------# # Run pytest