Skip to content

Commit

Permalink
Force install of the git sha of flytekit for plugins (flyteorg#721)
Browse files Browse the repository at this point in the history
Signed-off-by: Yee Hing Tong <[email protected]>
Signed-off-by: Robert Everson <[email protected]>
  • Loading branch information
wild-endeavor authored and Robert Everson committed May 27, 2022
1 parent ae26cdd commit 334587f
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 334587f

Please sign in to comment.