Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
noscode committed Nov 5, 2024
1 parent 0db201a commit 11f10ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
- name: Install SMAC (Linux, python3.8).
if: runner.os == 'Linux' && matrix.python-version == '3.8'
run: |
pip uninstall numpy
conda install numpy==1.20.0
pip install -r requirements/bayes_opt.txt
Expand Down

0 comments on commit 11f10ca

Please sign in to comment.