Skip to content

Commit

Permalink
attempt at using python3 for databricks artifact generation feast-dev#3
Browse files Browse the repository at this point in the history
  • Loading branch information
ff-mriko-morandi committed Jul 6, 2020
1 parent add3f5e commit f67f76b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker_build_test_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,11 @@ jobs:
- name: Compile Python protos
run: set -e make compile-protos-python

- name: Upload Python egg to Databricks
uses: actions/setup-python@v2
- uses: actions/setup-python@v2
with:
python-version: '3.x'

- name: Upload Python egg to Databricks
run: |
set -ex
git fetch --unshallow
Expand Down

0 comments on commit f67f76b

Please sign in to comment.