Skip to content

Commit cc23e75

Browse files
author
rpobotin
committed
Update CI configuration and requirements to streamline dependency installation
1 parent e44f6f4 commit cc23e75

File tree

5 files changed

+1
-33
lines changed

5 files changed

+1
-33
lines changed

.github/pull_request_template.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,3 @@
1717
### Notes:
1818
- @Goraved should be added to the assignees;
1919
- Tests should be passed;
20-
- Linter should be passed.

.github/workflows/pylint.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

.github/workflows/pytest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
python-version: ${{ matrix.python-version }}
1919
- name: Install dependencies
2020
run: |
21+
curl -LsSf https://astral.sh/uv/install.sh | sh
2122
python -m pip install --upgrade pip
2223
pip install flake8 pytest
2324
if [ -f requirements.txt ]; then uv pip install -r requirements.txt --upgrade; fi

.pylintrc

Lines changed: 0 additions & 8 deletions
This file was deleted.

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ pre-commit
44
psutil
55
pytest
66
pytest-asyncio
7-
pylint-fail-under
87
pytest-xdist
98
ruff

0 commit comments

Comments
 (0)