Skip to content

Commit f0de2f0

Browse files
committed
fixes
1 parent 2c52ffe commit f0de2f0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@ jobs:
1818
uses: actions/setup-python@v5
1919
with:
2020
python-version: ${{ matrix.python-version }}
21-
# cache: "pip"
21+
cache: "pip"
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip
2525
pip install -r requirements_dev.txt .
26-
- uses: pre-commit/[email protected]
26+
- name: Pre-commit
27+
uses: pre-commit/[email protected]
2728
- name: Tests
2829
run: pytest --cov=onvif --cov-report=term-missing --cov-report=xml tests
2930
- name: Upload coverage to Codecov

0 commit comments

Comments
 (0)