We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c2f1ac commit e633edcCopy full SHA for e633edc
.github/workflows/main.yml
@@ -20,6 +20,7 @@ jobs:
20
- uses: actions/setup-python@v6
21
with:
22
python-version: "3.10"
23
+ cache: 'pip'
24
- name: Install tox
25
run: |
26
pip install tox>=4.30.3
@@ -44,6 +45,7 @@ jobs:
44
45
name: Setup Python ${{ matrix.python-version }}
46
47
python-version: ${{ matrix.python-version }}
48
49
- name: Install tox 📦
50
run: pip install "tox>=4.30.3" "tox-gh>=1.5"
51
- name: Run tests with tox ⚙️
@@ -67,6 +69,7 @@ jobs:
67
69
name: Setup Python 3.10
68
70
71
72
73
- name: Build documentation 🏗️
74
75
pip install -e .[dev]
.gitignore
@@ -20,3 +20,4 @@ docs/_build
*.orig
.coverage
.pytest_cache
+coverage.lcov
0 commit comments