Skip to content

Commit

Permalink
fixup: try making it work
Browse files Browse the repository at this point in the history
  • Loading branch information
hmpf committed Oct 14, 2024
1 parent 944360e commit c2f8841
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,9 @@ jobs:
run: |
pip install -U pip
pip install tox ruff
with:
python-version: 3.11
- name: ruff critical lint
run: tox -e ruff-critical
with:
python-version: 3.11

test:
needs: lint
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ commands =

[testenv:ruff-critical]
setenv =
basepython = python3.10
deps =
ruff
commands =
Expand Down

0 comments on commit c2f8841

Please sign in to comment.