From 73d424cd47d4a47f1a8e89fcdf85f0cdb55233a4 Mon Sep 17 00:00:00 2001 From: Adam Taranto Date: Sat, 28 Sep 2024 15:40:16 +1000 Subject: [PATCH] debug version id --- .github/workflows/pytest.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 87b6fba..47a24ab 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -13,6 +13,9 @@ jobs: steps: # Checkout the latest commit associated with the PR - uses: actions/checkout@v4 + + - name: Debug matrix value + run: echo "Python version is ${{ matrix.python-version }}" # Set up Python based on the matrix version - name: Set up Python