Skip to content

Commit 08385bf

Browse files
illusionalgtmanfred
authored andcommitted
Extra quote marshmallow matrix strings
To avoid pip install marshmallow>4 piping the output of `pip install marshmallow` to a file called `4`.
1 parent 575c18f commit 08385bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pullrequests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
- 3.13
1919
- 3.14
2020
marshmallow:
21-
- marshmallow<4
22-
- marshmallow==4.1.*
23-
- marshmallow>4.2.0
21+
- "'marshmallow<4'"
22+
- "'marshmallow==4.1.*'"
23+
- "'marshmallow>4.2.0'"
2424
flask:
2525
- flask=='2.3.*' werkzeug=='2.3.*'
2626
- flask=='3.0.*' werkzeug=='3.0.*'

0 commit comments

Comments
 (0)