Skip to content

Commit a77638a

Browse files
authored
Merge branch 'main' into dependabot/pip/openai-1.44.0
2 parents 2641c8b + 822c11c commit a77638a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
os: ["ubuntu-20.04"]
16+
os: ["ubuntu-latest"]
1717
python_version: ["3.11"]
1818
steps:
1919
- uses: actions/checkout@v4
@@ -27,7 +27,7 @@ jobs:
2727
python -m pip install --upgrade pip
2828
pip install -r requirements-dev.txt
2929
- name: Lint with ruff
30-
run: ruff .
30+
run: ruff check .
3131
- name: Check formatting with black
3232
run: black . --check --verbose
3333
- name: Run tests with pytest

0 commit comments

Comments
 (0)