Skip to content

Commit

Permalink
fix CI folder not found
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Liu <[email protected]>
  • Loading branch information
austin362667 committed Aug 5, 2024
1 parent 1d33dfc commit 72df002
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pythonbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ jobs:
run: |
sudo apt update && sudo apt upgrade -y
sudo apt install -y protobuf-compiler libprotobuf-dev
rm -rf ./gen/pb_rust/*
cargo run --bin gen_flyteidl
- name: Build wheels
uses: PyO3/maturin-action@v1
Expand Down

0 comments on commit 72df002

Please sign in to comment.