Switch to use regular non-namespaced package
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -65,7 +65,7 @@ jobs:
|
||||
|
||||
- name: Run Lint
|
||||
run: |
|
||||
pylint --rcfile tests/pylint.rc peakrdl
|
||||
pylint --rcfile tests/pylint.rc peakrdl_regblock
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
mypy:
|
||||
@@ -83,7 +83,7 @@ jobs:
|
||||
|
||||
- name: Type Check
|
||||
run: |
|
||||
mypy --config-file tests/mypy.ini src/peakrdl
|
||||
mypy --config-file tests/mypy.ini src/peakrdl_regblock
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
build_sdist:
|
||||
|
||||
Reference in New Issue
Block a user