Skip to content

Commit 3f8cd43

Browse files
committed
fix the name conflict between the library
1 parent 4245f6b commit 3f8cd43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@ jobs:
2929
3030
- name: Run flake8
3131
run: |
32-
flake8 pystl/ --count --show-source --statistics
32+
flake8 pythonstl/ --count --show-source --statistics
3333
3434
- name: Run mypy
3535
run: |
36-
mypy pystl/ --ignore-missing-imports
36+
mypy pythonstl/ --ignore-missing-imports
3737
continue-on-error: true
3838

3939
- name: Run tests with coverage
4040
run: |
41-
pytest tests/ --cov=pystl --cov-report=xml --cov-report=term
41+
pytest tests/ --cov=pythonstl --cov-report=xml --cov-report=term
4242
4343
- name: Upload coverage reports
4444
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)