Skip to content

Commit

Permalink
CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebBell committed Jan 28, 2025
1 parent 4f7d6da commit f9c60c4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 11 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
os: [windows-latest, ubuntu-latest, macos-13, macos-latest]
architecture: ['x86', 'x64']
exclude:
- os: ubuntu-latest
python-version: 3.7
# Only test pypy on Linux
- os: windows-latest
python-version: pypy3.9
Expand Down Expand Up @@ -99,7 +101,7 @@ jobs:
run: |
# Taken from scipy
sudo apt-get update
sudo apt-get install -y libopenblas-dev libatlas-base-dev liblapack-dev gfortran libgmp-dev libmpfr-dev libsuitesparse-dev ccache libmpc-dev
sudo apt-get install -y libopenblas-dev libatlas-base-dev liblapack-dev gfortran libgmp-dev libmpfr-dev libsuitesparse-dev ccache libmpc-dev libjpeg-dev zlib1g-dev libtiff-dev libfreetype6-dev liblcms2-dev libwebp-dev
- name: Install dependencies
run: |
Expand Down
9 changes: 0 additions & 9 deletions .github/workflows/build_multi_numpy_scipy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,12 @@ jobs:
os: [ubuntu-latest]
architecture: ['x64']
include:
- numpy: '1.16.5'
scipy: '1.7.3'
python-version: '3.7'
- numpy: '1.18.5'
scipy: '1.7.3'
python-version: '3.7'
- numpy: '1.18.5'
scipy: '1.8.1'
python-version: '3.8'
- numpy: '1.18.5'
scipy: '1.9.3'
python-version: '3.8'
- numpy: '1.20.3'
scipy: '1.7.3'
python-version: '3.7'
- numpy: '1.20.3'
scipy: '1.7.3'
python-version: '3.8'
Expand Down
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@
'matplotlib.sphinxext.plot_directive',
'sphinxcontrib.katex',
'sphinx_sitemap',
'sphinxcontrib.googleanalytics',
]
#
googleanalytics_id = 'G-7YTWGWHN84'

katex_css_path = \
'https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css'
Expand Down
1 change: 1 addition & 0 deletions requirements_docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
sphinxcontrib.googleanalytics
matplotlib

0 comments on commit f9c60c4

Please sign in to comment.