Skip to content

Commit f67f76b

Browse files
attempt at using python3 for databricks artifact generation feast-dev#3
1 parent add3f5e commit f67f76b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/docker_build_test_push.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,10 +210,11 @@ jobs:
210210
- name: Compile Python protos
211211
run: set -e make compile-protos-python
212212

213-
- name: Upload Python egg to Databricks
214-
uses: actions/setup-python@v2
213+
- uses: actions/setup-python@v2
215214
with:
216215
python-version: '3.x'
216+
217+
- name: Upload Python egg to Databricks
217218
run: |
218219
set -ex
219220
git fetch --unshallow

0 commit comments

Comments
 (0)