Skip to content

Commit

Permalink
required dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danirod authored Dec 17, 2024
1 parent c3885ed commit a17a3ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ jobs:
run: |
export PATH=$PWD/homebrew/bin:$PATH
# These dependencies are a pain in the ass to setup and they don't need to be built from source.
brew install python3@3.12 python3@3.13 svn
# Note: the --build-from-source flag does not affect dependencies, so install
# each dependency separately. Since this is not a real Homebrew distribution,
# it doesn't matter if dependencies are not treated as such.
Expand Down

0 comments on commit a17a3ae

Please sign in to comment.