Skip to content

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ jobs:
1717
uses: actions/setup-python@v5
1818
with:
1919
python-version: ${{ matrix.python-version }}
20+
- run: pip install uv
2021
- name: Install dependencies
21-
run: pip install -e .[test]
22+
run: uv pip install --system -e .[test]
2223
- name: Test
2324
run: coverage run --source=./dpgen -m unittest -v && coverage report
2425
- uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)