Skip to content

Commit

Permalink
Remove debug statements
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>
  • Loading branch information
eapolinario committed Oct 2, 2024
1 parent ded4dde commit 12ebbfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/single-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install uv
uv pip install --system git+https://github.com/flyteorg/flytekit.git@c20b9a2c971054d4d94517a8fd54dea9c9bced62 flytekitplugins-deck-standard==1.13.5 "numpy<2.0.0" pyarrow
uv pip install --system flytekit flytekitplugins-deck-standard "numpy<2.0.0" pyarrow
uv pip freeze
- name: Checkout flytesnacks
uses: actions/checkout@v4
Expand All @@ -191,7 +191,7 @@ jobs:
register \
--project flytesnacks \
--domain development \
--image cr.flyte.org/flyteorg/flytekit:py3.12-1.13.6 \
--image cr.flyte.org/flyteorg/flytekit:py3.12-${flytekit_version} \
--version ${{ env.FLYTESNACKS_VERSION }} \
flytesnacks/$line;
done < flytesnacks/flyte_tests.txt
Expand Down

0 comments on commit 12ebbfe

Please sign in to comment.