Skip to content

Commit 1bb7758

Browse files
authored
Update python-lint.yml
1 parent 46f414a commit 1bb7758

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
- uses: actions/checkout@v3
1010
- uses: actions/setup-python@v5
1111
with:
12-
python-version: "3.13"
12+
python-version: "3.10"
1313
- uses: psf/black@stable
1414
with:
1515
options: "--check --verbose"
1616
src: "./openevolve ./tests ./examples ./scripts"
17-
use_pyproject: true
17+
use_pyproject: true

0 commit comments

Comments
 (0)