Skip to content

Commit

Permalink
fix numpy issue / specify numpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
awkrail committed Sep 18, 2024
1 parent b31a6f5 commit a8959ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
pip install 'clip@git+https://github.com/openai/CLIP.git'
pip install 'git+https://github.com/line/lighthouse.git'
pip install pytest
pip install numpy --upgrade
pip uninstall numpy
pip install numpy==1.23.5
- name: Run pytest
Expand Down

0 comments on commit a8959ec

Please sign in to comment.