From f555981d97088c5fa1fdf529d6149217b6bd2484 Mon Sep 17 00:00:00 2001 From: rgaudin Date: Fri, 11 Oct 2024 12:06:50 +0000 Subject: [PATCH] fixed harmless typo in workflow --- .github/workflows/QA.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/QA.yaml b/.github/workflows/QA.yaml index 1706f5f..3ab023e 100644 --- a/.github/workflows/QA.yaml +++ b/.github/workflows/QA.yaml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Set up Python ${{ matrix.python }} + - name: Set up Python uses: actions/setup-python@v5 with: # to update to 3.13 once it lands in GH image