Skip to content

Commit a34fdc1

Browse files
alexfiklinducer
authored andcommitted
ci: set python-version for ruff job
1 parent d858949 commit a34fdc1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- uses: actions/checkout@v5
27-
-
28-
uses: actions/setup-python@v6
27+
- uses: actions/setup-python@v6
28+
with:
29+
python-version: '3.x'
2930
- name: "Main Script"
3031
run: |
3132
pip install ruff

0 commit comments

Comments
 (0)