Skip to content

Commit f83c3e3

Browse files
Nidhi091999uniqueg
andauthored
ci: fix linting and test issues (#185)
Signed-off-by: Alex Kanitz <alexander.kanitz@unibas.ch> Co-authored-by: Alex Kanitz <alexander.kanitz@unibas.ch>
1 parent 589a4f6 commit f83c3e3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/checks.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
uses: actions/setup-python@v4
1818
with:
1919
python-version: "3.10"
20+
- name: Pin pip version
21+
run: python -m pip install --upgrade "pip<24.1"
2022
- name: Install requirements
2123
run: |
2224
pip install .

pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[MESSAGES CONTROL]
2-
disable=W0511,W1201,W1202,W1203
2+
disable=W0511,W1201,W1202,W1203,R0917

0 commit comments

Comments
 (0)