Skip to content

Commit

Permalink
Force install of the git sha of flytekit for plugins (#721)
Browse files Browse the repository at this point in the history
Signed-off-by: Yee Hing Tong <[email protected]>
  • Loading branch information
wild-endeavor authored Oct 22, 2021
1 parent b48359d commit 782bb34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ jobs:
python -m pip install --upgrade pip==21.2.4 setuptools wheel
make setup
cd plugins/${{ matrix.plugin-names }}
# install in develop mode so setuptools doesn't override flytekit on current branch
pip install -e .
pip install --no-deps -U https://github.com/flyteorg/flytekit/archive/${{ github.sha }}.zip#egg=flytekit
pip freeze
- name: Test with coverage
run: |
Expand Down

0 comments on commit 782bb34

Please sign in to comment.