Skip to content

Commit 310adb2

Browse files
committed
update CI workflow to use Python 3.8.12
1 parent 8e68197 commit 310adb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/setup-python@v5
1111
with:
12-
python-version: '3.8.10'
12+
python-version: '3.8.12'
1313
- env:
1414
DOCKER_APP_IMAGE_NAME: "ghcr.io/hasadna/knesset-data-pipelines/knesset-data-pipelines-airflow"
1515
DOCKER_LEGACY_IMAGE_NAME: "ghcr.io/hasadna/knesset-data-pipelines/knesset-data-pipelines-legacy"

0 commit comments

Comments
 (0)