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 132549a commit c6596ed
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,6 @@ jobs:
# if: github.ref != 'refs/heads/devel'
# run: exit 1

- name: setup python
uses: actions/setup-python@v5
with:
python-version: 3.12

- name: remove python 3.13
run: brew uninstall python@3.13

- name: get dependencies
run: brew install cmake boost pcre gmp python@3.12 pkgconfig gtkmm3 adwaita-icon-theme && python3 -m pip install sympy gmpy2 numpy

Expand Down

0 comments on commit c6596ed

Please sign in to comment.