Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix integration tests - pull in latest flytekit #641

Merged
merged 5 commits into from
Sep 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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