We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c52ffe commit f0de2f0Copy full SHA for f0de2f0
.github/workflows/ci.yaml
@@ -18,12 +18,13 @@ jobs:
18
uses: actions/setup-python@v5
19
with:
20
python-version: ${{ matrix.python-version }}
21
- # cache: "pip"
+ cache: "pip"
22
- name: Install dependencies
23
run: |
24
python -m pip install --upgrade pip
25
pip install -r requirements_dev.txt .
26
- - uses: pre-commit/[email protected]
+ - name: Pre-commit
27
+ uses: pre-commit/[email protected]
28
- name: Tests
29
run: pytest --cov=onvif --cov-report=term-missing --cov-report=xml tests
30
- name: Upload coverage to Codecov
0 commit comments