Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw committed Apr 22, 2024
1 parent 481e6fe commit 8a16857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks_new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
pip install uv
uv venv
source .venv/bin/activate
pip install --pre numpy<2.0.0 flytekitplugins-spark flytekitplugins-envd
pip install --pre "numpy<2.0.0" flytekitplugins-spark flytekitplugins-envd
- name: Login to GitHub Container Registry
if: ${{ github.event_name == 'push' }}
uses: docker/login-action@v1
Expand Down

0 comments on commit 8a16857

Please sign in to comment.