We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1072482 commit d5dac20Copy full SHA for d5dac20
1 file changed
.github/workflows/e2e.yml
@@ -19,9 +19,7 @@ jobs:
19
cache: pip
20
21
- name: Install package + test deps
22
- run: |
23
- pip install -e .
24
- pip install 'pytest>=8' 'pytest-timeout>=2.3' 'requests>=2.32'
+ run: pip install -e .[test]
25
26
- name: Authenticate to GHCR
27
uses: docker/login-action@v3
0 commit comments