Skip to content

Commit

Permalink
Fix conditional typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thom-at-redhat committed Oct 6, 2023
1 parent 6dec120 commit 4d09d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d09d8d

Please sign in to comment.