Skip to content

Commit f04ed74

Browse files
authored
Merge pull request #142 from deepyaman/patch-1
Quote less-than signs in `pip install` expressions
2 parents dd2a21e + f5d442d commit f04ed74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
- name: Install dependencies
132132
run: |
133133
python -m pip install --upgrade pip
134-
python -m pip install tox<4 tox-gh-actions<3
134+
python -m pip install 'tox<4' 'tox-gh-actions<3'
135135
- name: Test with tox
136136
run: tox
137137
```
@@ -269,7 +269,7 @@ jobs:
269269
- name: Install dependencies
270270
run: |
271271
python -m pip install --upgrade pip
272-
python -m pip install tox<4 tox-gh-actions<3
272+
python -m pip install 'tox<4' 'tox-gh-actions<3'
273273
- name: Test with tox
274274
run: tox
275275
env:

0 commit comments

Comments
 (0)