Skip to content

Commit 27d1b3b

Browse files
Temporarily point action at Python 3.10 fix branch
The run-elementary-action Docker image uses Python 3.9, but elementary-data 0.22.0 dropped Python 3.9 support. Point at the fix branch (devin/1772355616-fix-python-version) which updates the Dockerfile to Python 3.10. This should be updated to the new release tag once elementary-data/run-elementary-action#15 is merged and tagged. Co-Authored-By: Itamar Hartstein <haritamar@gmail.com>
1 parent 0e4b517 commit 27d1b3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-github-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
} >> "$GITHUB_OUTPUT"
145145
146146
- name: Run Elementary
147-
uses: elementary-data/run-elementary-action@v1.12
147+
uses: elementary-data/run-elementary-action@devin/1772355616-fix-python-version
148148
with:
149149
warehouse-type: snowflake
150150
profile-target: snowflake

0 commit comments

Comments
 (0)