From c6596edafc3e1aef042b9a96154c4705fcd3b34f Mon Sep 17 00:00:00 2001 From: Kasper Peeters Date: Wed, 23 Oct 2024 14:57:53 +0100 Subject: [PATCH] Another attempt to make python pick the right version. --- .github/workflows/macos.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 7269a7b124..6669fe64cf 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -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