Skip to content

Commit 0445c85

Browse files
committed
ci: pin python CI version
1 parent d2c8d91 commit 0445c85

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/cicd.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-python@v3
14+
with:
15+
python-version: '3.13'
1416
- uses: astral-sh/setup-uv@v4
1517
with:
1618
enable-cache: true
@@ -26,6 +28,8 @@ jobs:
2628
steps:
2729
- uses: actions/checkout@v4
2830
- uses: actions/setup-python@v3
31+
with:
32+
python-version: '3.13'
2933
- uses: astral-sh/setup-uv@v4
3034
with:
3135
enable-cache: true

0 commit comments

Comments
 (0)