Skip to content
This repository was archived by the owner on Jul 12, 2023. It is now read-only.
Draft
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 .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
command: |
google-cloud-sdk/bin/kubectl -n flyte port-forward deployment/flyteadmin 8089:8089 &
# it takes some time for the portforwarding to be ready
grpc_health/grpc_health_probe -addr 127.0.0.1:8089 -connect-timeout 8s
grpc_health/grpc_health_probe -addr 127.0.0.1:8089 -connect-timeout 10s
source google-cloud-sdk/path.bash.inc
mvn -B verify -P disable-static-analysis
- run:
Expand Down
2 changes: 2 additions & 0 deletions styx-e2e-test/flyte-test-workflow/requirements.in
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
flytekit==0.16.0b16
# suggested by dependabot
numpy==1.22.0
7 changes: 4 additions & 3 deletions styx-e2e-test/flyte-test-workflow/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
#
# pip-compile requirements.in
Expand Down Expand Up @@ -56,8 +56,9 @@ natsort==7.1.1
# via
# croniter
# flytekit
numpy==1.21.0
numpy==1.22.0
# via
# -r requirements.in
# pandas
# pyarrow
pandas==1.2.2
Expand Down Expand Up @@ -117,7 +118,7 @@ typing-extensions==3.7.4.3
# via typing-inspect
typing-inspect==0.6.0
# via dataclasses-json
urllib3==1.26.5
urllib3==1.25.11
# via
# flytekit
# requests
Expand Down