Skip to content

Commit 50598ce

Browse files
Use pinned dependencies for base_coverage
1 parent cd02d9f commit 50598ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python-version: 3.12
1919

2020
- name: Install Dependencies
21-
run: pip install -e .[dev,server]
21+
run: pip install -e . -r dev-requirements.txt
2222

2323
- name: Test with pytest
2424
run: |

0 commit comments

Comments
 (0)