Skip to content

Commit

Permalink
Another attempt to make python pick the right version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Peeters committed Oct 23, 2024
1 parent 3ed7047 commit 132549a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
with:
python-version: 3.12

- name: remove python 3.13
run: brew uninstall [email protected]

- name: get dependencies
run: brew install cmake boost pcre gmp [email protected] pkgconfig gtkmm3 adwaita-icon-theme && python3 -m pip install sympy gmpy2 numpy

Expand Down

0 comments on commit 132549a

Please sign in to comment.