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 32452bc commit 481e6fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/checks_new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ concurrency:
jobs:
serialize_examples:
runs-on: "ubuntu-latest"
name: Serialize Flytesnacks workflow
name: Serialize
strategy:
matrix:
example: ["examples/k8s_spark_plugin"]
example: ["k8s_spark_plugin"]
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand All @@ -40,7 +40,7 @@ jobs:
pip install uv
uv venv
source .venv/bin/activate
pip install --pre 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 All @@ -50,5 +50,5 @@ jobs:
password: ${{ secrets.FLYTE_BOT_PAT }}
- name: Pyflyte package
run: |
cd ${{ matrix.example }}
cd examples/${{ matrix.example }}
pyflyte --pkgs k8s_spark_plugin package -o spark-package.tgz --force --fast

0 comments on commit 481e6fe

Please sign in to comment.