From 4d09d8daeae859629ef74faf3b2cd59ba109a9b2 Mon Sep 17 00:00:00 2001 From: Thom Carlin Date: Fri, 6 Oct 2023 07:32:43 -0400 Subject: [PATCH] Fix conditional typo --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 82ede59e0..4f788ce51 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -137,7 +137,7 @@ jobs: - name: Install distribute run: pip install --upgrade distribute - if: ${{ vars.matrix.python-version == 12 }} + if: ${{ vars.matrix.python-version == "3.12" }} - name: Install tox run: pip install tox