Skip to content

Commit

Permalink
try without windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
apaleyes committed Apr 28, 2024
1 parent cb8553a commit 245cc23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
pip install -r requirements/test_requirements.txt
pip install -r requirements/integration_test_requirements.txt -q
# work around issues with GPy setting matplotlib backend
# echo 'backend: Agg' > matplotlibrc
echo 'backend: Agg' > matplotlibrc
pip install .
- name: Unit tests
run: |
Expand All @@ -40,7 +40,7 @@ jobs:

strategy:
matrix:
os: [windows-latest]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}

steps:
Expand All @@ -52,11 +52,10 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools
pip install -r requirements/requirements.txt
pip install -r requirements/test_requirements.txt
# work around issues with GPy setting matplotlib backend
# echo 'backend: Agg' > matplotlibrc
echo 'backend: Agg' > matplotlibrc
pip install .
- name: Unit tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ numpy>=1.23
# This is unfortunate - we don't need matplotlib
# but until GPy and GPyOpt get their dependencies straight
# we need GPy's plotting extra to ensure smooth installation
GPy>=1.13.0
GPy[plotting]>=1.13.0
emcee>=2.2.1
scipy>=1.1.0

0 comments on commit 245cc23

Please sign in to comment.