Skip to content

Commit 6ff5656

Browse files
committed
ci/cd yml update
1 parent 888d49e commit 6ff5656

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install dependencies
3232
run: |
3333
python -m pip install --upgrade pip==24.0
34-
pip install setuptools==69.5.1
34+
pip install setuptools==78.1.0
3535
pip install -r dev-requirements.txt
3636
3737
runtests:
@@ -60,7 +60,7 @@ jobs:
6060
- name: Install test dependencies
6161
run: |
6262
python -m pip install --upgrade pip==24.0
63-
pip install setuptools==69.5.1
63+
pip install setuptools==78.1.0
6464
pip install -r dev-requirements.txt
6565
6666
- name: Run flake8
@@ -71,7 +71,7 @@ jobs:
7171

7272
- name: Run unit tests
7373
run: |
74-
pytest --cov-report term-missing --cov waterbutler tests
74+
pytest --cov-report term-missing --cov modular-file-renderer tests
7575
7676
- name: Upload coverage to Coveralls
7777
run: coveralls --service=github

0 commit comments

Comments
 (0)