Skip to content

Commit 92b510f

Browse files
committed
fix: remove pkglint job
Something changed in the way hatch is working that makes it not possible to run 'hatch build' inside of a test env. Disable the job while debugging that problem.
1 parent fe50721 commit 92b510f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
- docs:build
1717
- docs:check
1818
- test:lint
19-
- test:pkglint
2019

2120
steps:
2221
- uses: actions/checkout@v6
@@ -26,7 +25,7 @@ jobs:
2625
- name: Set up Python
2726
uses: actions/setup-python@v6
2827
with:
29-
python-version: '3.x'
28+
python-version: "3.x"
3029

3130
- name: Install dependencies
3231
run: python -m pip install hatch

0 commit comments

Comments
 (0)