We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 888d49e commit 6ff5656Copy full SHA for 6ff5656
.github/workflows/test-build.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Install dependencies
32
run: |
33
python -m pip install --upgrade pip==24.0
34
- pip install setuptools==69.5.1
+ pip install setuptools==78.1.0
35
pip install -r dev-requirements.txt
36
37
runtests:
@@ -60,7 +60,7 @@ jobs:
60
- name: Install test dependencies
61
62
63
64
65
66
- name: Run flake8
@@ -71,7 +71,7 @@ jobs:
71
72
- name: Run unit tests
73
74
- pytest --cov-report term-missing --cov waterbutler tests
+ pytest --cov-report term-missing --cov modular-file-renderer tests
75
76
- name: Upload coverage to Coveralls
77
run: coveralls --service=github
0 commit comments