Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Li <adam2392@gmail.com>
  • Loading branch information
adam2392 committed Aug 9, 2024
1 parent 7b9b86d commit f1f4ae2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ jobs:
pip install compilers
pip install -r build_requirements.txt
pip install -r test_requirements.txt
pip install --pre --extra-index https://pypi.anaconda.org/scientific-python-nightly-wheels/simple scikit-learn --force
- name: Prepare compiler cache
id: prep-ccache
Expand Down Expand Up @@ -284,6 +285,7 @@ jobs:
pip install spin
pip install -r build_requirements.txt
pip install -r test_requirements.txt
pip install --pre --extra-index https://pypi.anaconda.org/scientific-python-nightly-wheels/simple scikit-learn --force
- name: Build
run: |
Expand Down

0 comments on commit f1f4ae2

Please sign in to comment.