Skip to content

Commit d5dac20

Browse files
committed
test(e2e): use [test] extras from upstream template
Workflow back to `pip install -e .[test]` now that pyproject.mustache carries `[project.optional-dependencies]` in pve-openapi@9deff0a.
1 parent 1072482 commit d5dac20

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ jobs:
1919
cache: pip
2020

2121
- name: Install package + test deps
22-
run: |
23-
pip install -e .
24-
pip install 'pytest>=8' 'pytest-timeout>=2.3' 'requests>=2.32'
22+
run: pip install -e .[test]
2523

2624
- name: Authenticate to GHCR
2725
uses: docker/login-action@v3

0 commit comments

Comments
 (0)