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 11f10ca commit def2540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Install SMAC (Linux, python3.8).
if: runner.os == 'Linux' && matrix.python-version == '3.8'
run: |
pip uninstall numpy
pip uninstall -y numpy
conda install numpy==1.20.0
pip install -r requirements/bayes_opt.txt
Expand Down

0 comments on commit def2540

Please sign in to comment.