Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
15 changes: 15 additions & 0 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,21 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Prepare Homebrew (robust)
shell: bash
run: |
set -euxo pipefail
export HOMEBREW_NO_AUTO_UPDATE=1
export HOMEBREW_NO_INSTALL_FROM_API=1
export HOMEBREW_CURL_RETRIES=5

brew update-reset -q || true
brew tap --repair || true
brew analytics off || true

# (optional) Show outdated without failing the job
brew outdated || true

- name: Install Dependencies
run: |
Expand Down
Binary file added doc/images/state_action_cond_prob.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading