Skip to content

Commit 42294c1

Browse files
authored
Merge pull request adamtheturtle#94 from MrMino/fix-ci
Fix YAML syntax error in workflow config
2 parents cdeac67 + dc5a633 commit 42294c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# requirements.txt.
2424
# An empty string here represents the latest version.
2525
pip-version: ['==21.2.4', '']
26-
# The minimum version should be represented in setup.py.
26+
# The minimum version should be represented in setup.py.
2727
python-version: ["3.8", "3.9", "3.10", "3.11"]
2828

2929
steps:

0 commit comments

Comments
 (0)