Skip to content

Commit e5382d9

Browse files
committed
Move . to beginning
1 parent a2b0455 commit e5382d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
python-version: ${{ matrix.python-version }}
3434

3535
- name: Install Dependencies
36-
run: pip install --upgrade pytest pytest-cov .
36+
run: pip install --upgrade . pytest pytest-cov
3737

3838
- name: Run tests
3939
run: pytest --cov --cov-report=term-missing --tb=short

0 commit comments

Comments
 (0)