Skip to content

Commit 7ef46ca

Browse files
committed
Set python minor version in CI
1 parent 6f08e61 commit 7ef46ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [ main ]
88

99
env:
10-
PYTHON_VERSION: "3.12"
10+
PYTHON_VERSION: "3.12.11"
1111
PIPELINE_FAMILY: "general"
1212

1313
jobs:

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
PACKAGE: "unstructured-api"
1212
PIPELINE_FAMILY: "general"
1313
PIP_VERSION: "25.1.1"
14-
PYTHON_VERSION: "3.12"
14+
PYTHON_VERSION: "3.12.11"
1515

1616
jobs:
1717
setup:

0 commit comments

Comments
 (0)