Skip to content

Commit

Permalink
Trying to fix failing windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
apaleyes committed Apr 28, 2024
1 parent 192bcef commit c02ce77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
# don't build stuff from source
pip install wheel
pip install -r requirements/requirements.txt
pip install -r requirements/test_requirements.txt
# work around issues with GPy setting matplotlib backend
Expand Down

0 comments on commit c02ce77

Please sign in to comment.