Skip to content

Commit cc7faa1

Browse files
committed
fix download for tests
1 parent e8a7b73 commit cc7faa1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Install package from TestPyPI
6868
run: |
6969
pip install --upgrade pip
70-
pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple --pre "paint-csp-test==${VERSION}[dev]"
70+
pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple --pre "paint-csp-test[dev]==${VERSION}"
7171
7272
- name: Run tests with coverage
7373
run: |

0 commit comments

Comments
 (0)