Skip to content

Commit

Permalink
Fix integration tests - pull in latest flytekit (#641)
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 Sep 9, 2021
1 parent 1365669 commit 320daff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
key: ${{ format('{0}-pip-{1}', runner.os, hashFiles('dev-requirements.txt', format('requirements{0}.txt', matrix.spark-version-suffix))) }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip install pip==21.2.4 setuptools==57.4.0 wheel==0.37.0
make setup${{ matrix.spark-version-suffix }}
make -C plugins install-all-dev
pip freeze
Expand Down
2 changes: 1 addition & 1 deletion plugins/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ test:

.PHONY: install-all-dev
install-all-dev:
pip install -e .
pip -v install -e .

.PHONY: build_all_plugins
build_all_plugins:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dataclasses-json==0.5.5
# via flytekit
decorator==5.0.9
# via retry
deprecated==1.2.12
deprecated==1.2.13
# via flytekit
dirhash==0.2.1
# via flytekit
Expand All @@ -30,9 +30,9 @@ docker-image-py==0.1.12
# via flytekit
docstring-parser==0.10
# via flytekit
flyteidl==0.20.1
flyteidl==0.20.2
# via flytekit
flytekit==0.22.0b6
flytekit==0.22.1
# via -r requirements.in
grpcio==1.39.0
# via flytekit
Expand Down Expand Up @@ -71,7 +71,7 @@ pandas==1.3.2
# via flytekit
pathspec==0.9.0
# via scantree
pillow==8.3.1
pillow==8.3.2
# via matplotlib
protobuf==3.17.3
# via
Expand Down

0 comments on commit 320daff

Please sign in to comment.