Skip to content

Commit

Permalink
🔧 do not install ntl
Browse files Browse the repository at this point in the history
  • Loading branch information
burgholzer committed Jul 2, 2024
1 parent b9ce3c0 commit be3e1d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- if: runner.os == 'macOS'
name: Install flint on macOS
run: |
brew install gmp mpfr ntl
brew install gmp mpfr
git clone --branch v2.9.0 --depth 1 https://github.com/flintlib/flint2.git
cd flint2
./configure --with-gmp=$(readlink -f $(brew --prefix gmp)) --with-mpfr=$(readlink -f $(brew --prefix mpfr))
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Install flint (macOS)
if: runner.os == 'macOS'
run: |
brew install gmp mpfr ntl
brew install gmp mpfr
git clone --branch v2.9.0 --depth 1 https://github.com/flintlib/flint2.git
cd flint2
./configure --with-gmp=$(readlink -f $(brew --prefix gmp)) --with-mpfr=$(readlink -f $(brew --prefix mpfr))
Expand Down

0 comments on commit be3e1d7

Please sign in to comment.