Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 90be432

Browse files
committed
upgrade ruff and use python3.13
1 parent 2b75c37 commit 90be432

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/upload-overwatch.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,13 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14+
- uses: actions/setup-python@v5
15+
with:
16+
python-version: '3.13'
1417
- name: Install Static Analysis Tools
1518
run: |
1619
pip install mypy==1.15.0
17-
pip install ruff==0.3.3
20+
pip install ruff==0.9.6
1821
- name: Install Build Dependencies
1922
run: |
2023
sudo apt-get update

0 commit comments

Comments
 (0)