::error::Unsupported platform: freebsd Revert "Try this with uv"
This reverts commit 87a9b1dd5f.
This commit is contained in:
@ -11,14 +11,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
python-version: ["3.11"]
|
python-version: ["3.11"]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v4
|
||||||
- name: Install uv and set the Python versionV
|
|
||||||
uses: astral-sh/setup-uv@v7
|
|
||||||
with:
|
|
||||||
python-version: ${{ matrix.python-version }}
|
|
||||||
- name: install Pylint using uv
|
|
||||||
run: |
|
|
||||||
uv tool install pylint
|
|
||||||
- name: Analyse code with Pylint
|
- name: Analyse code with Pylint
|
||||||
run: |
|
run: |
|
||||||
uv tool run pylint $(git ls-files '*.py')
|
pylint $(git ls-files '*.py')
|
||||||
|
|||||||
Reference in New Issue
Block a user