Skip to content

Commit

Permalink
Fix typo in previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Peeters committed Oct 23, 2024
1 parent 320d5dc commit c976632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python-version: 3.12

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

- name: configure
run: mkdir build && cd build && cmake -DENABLE_MATHEMATICA=OFF ..
Expand Down

0 comments on commit c976632

Please sign in to comment.