Skip to content

Commit badde66

Browse files
Switch from double to single quotes
1 parent 4d09d8d commit badde66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137

138138
- name: Install distribute
139139
run: pip install --upgrade distribute
140-
if: ${{ vars.matrix.python-version == "3.12" }}
140+
if: ${{ vars.matrix.python-version == '3.12' }}
141141

142142
- name: Install tox
143143
run: pip install tox

0 commit comments

Comments
 (0)