diff --git a/.github/workflows/pythonbuild.yml b/.github/workflows/pythonbuild.yml index 7be1f0a741..f1c8551ffc 100644 --- a/.github/workflows/pythonbuild.yml +++ b/.github/workflows/pythonbuild.yml @@ -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 diff --git a/plugins/Makefile b/plugins/Makefile index a0b35df16e..f545b50b88 100644 --- a/plugins/Makefile +++ b/plugins/Makefile @@ -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: diff --git a/tests/flytekit/integration/remote/mock_flyte_repo/workflows/requirements.txt b/tests/flytekit/integration/remote/mock_flyte_repo/workflows/requirements.txt index e6a22517e5..c18f52c51a 100644 --- a/tests/flytekit/integration/remote/mock_flyte_repo/workflows/requirements.txt +++ b/tests/flytekit/integration/remote/mock_flyte_repo/workflows/requirements.txt @@ -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 @@ -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 @@ -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