Skip to content

Commit e633edc

Browse files
committed
use caching, ignore lcov file
1 parent 1c2f1ac commit e633edc

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- uses: actions/setup-python@v6
2121
with:
2222
python-version: "3.10"
23+
cache: 'pip'
2324
- name: Install tox
2425
run: |
2526
pip install tox>=4.30.3
@@ -44,6 +45,7 @@ jobs:
4445
name: Setup Python ${{ matrix.python-version }}
4546
with:
4647
python-version: ${{ matrix.python-version }}
48+
cache: 'pip'
4749
- name: Install tox 📦
4850
run: pip install "tox>=4.30.3" "tox-gh>=1.5"
4951
- name: Run tests with tox ⚙️
@@ -67,6 +69,7 @@ jobs:
6769
name: Setup Python 3.10
6870
with:
6971
python-version: "3.10"
72+
cache: 'pip'
7073
- name: Build documentation 🏗️
7174
run: |
7275
pip install -e .[dev]

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ docs/_build
2020
*.orig
2121
.coverage
2222
.pytest_cache
23+
coverage.lcov

0 commit comments

Comments
 (0)