Skip to content

Commit c1034eb

Browse files
committed
Fixed installing test dependencies
1 parent f10f8b2 commit c1034eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
echo -e '[ui]\nusername = Testing Mercurial<[email protected]>' > ~/.hgrc
4444
hg --version
4545
- name: Install test dependencies
46-
run: pip install -r requirements/test.txt
46+
run: pip install '.[test]'
4747
- name: Test
4848
run: pytest --cov-report=xml
4949
- name: Upload coverage to Codecov
@@ -62,7 +62,7 @@ jobs:
6262
steps:
6363
- uses: actions/checkout@v3
6464
with:
65-
depth: 0
65+
fetch-depth: 0
6666
token: ${{ secrets.PAT }}
6767

6868
- uses: actions/setup-python@v4

0 commit comments

Comments
 (0)