We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 490e90c commit 8e68197Copy full SHA for 8e68197
.github/workflows/ci.yml
@@ -7,9 +7,9 @@ jobs:
7
ci:
8
runs-on: ubuntu-24.04
9
steps:
10
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
11
with:
12
- python-version: 3.8
+ python-version: '3.8.10'
13
- env:
14
DOCKER_APP_IMAGE_NAME: "ghcr.io/hasadna/knesset-data-pipelines/knesset-data-pipelines-airflow"
15
DOCKER_LEGACY_IMAGE_NAME: "ghcr.io/hasadna/knesset-data-pipelines/knesset-data-pipelines-legacy"
0 commit comments