Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: added mab build env
  • Loading branch information
PawelKorsak committed Mar 26, 2026
commit cec9012c7236801130c5f45860cf2b01f9f06402
3 changes: 3 additions & 0 deletions .github/workflows/mab_candle_sdk_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ jobs:
fi
build-candleSDK-python-linux:
runs-on: ubuntu-latest
container:
image: mabroboticsofficial/mab_build_environment:v3
options: --user root

steps:
- name: Setup Python
Expand Down
Loading