Skip to content

Commit

Permalink
use alpha flytekit
Browse files Browse the repository at this point in the history
Signed-off-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com>
  • Loading branch information
wild-endeavor committed Dec 10, 2024
1 parent 7e036a7 commit 1a84a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
uv venv $GITHUB_WORKSPACE/.venv
source $GITHUB_WORKSPACE/.venv/bin/activate
if [ -f requirements.in ]; then uv pip install -r requirements.in; fi
uv pip install "git+https://github.com/flyteorg/flytekit.git@276c4646b209dcaf56768796dffbf772da95b784#egg=flytekit" "numpy<2.0.0"
uv pip install "flytekit>=1.15.0a0" "numpy<2.0.0"
pip freeze
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 1a84a2c

Please sign in to comment.