Skip to content

Commit 32ba4a1

Browse files
committed
Fix syntax error? Try removing : in value
1 parent 43fd61e commit 32ba4a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
- name: Install pytest and other packages needed for running tests
191191
run: pip install flake8 mock pytest pytest-cov requests
192192

193-
- name: Install build tools: setuptools
193+
- name: Install build tools - setuptools
194194
run: pip install setuptools
195195

196196
- name: Test build roundup and install locale so lang tests work.

0 commit comments

Comments
 (0)