Skip to content

Commit

Permalink
fix: framework ci (#3157)
Browse files Browse the repository at this point in the history
Co-authored-by: Sauyon Lee <2347889+sauyon@users.noreply.github.com>
  • Loading branch information
aarnphm and sauyon committed Oct 28, 2022
1 parent 4220b51 commit d564519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frameworks.yml
Expand Up @@ -201,7 +201,7 @@ jobs:
- name: Install dependencies
run: |
pip install .
pip install fastai torch torchvision pandas scikit-learn
pip install fastai "torch<1.12" torchvision pandas scikit-learn
pip install -r requirements/tests-requirements.txt
- name: Run tests and generate coverage report
Expand Down

0 comments on commit d564519

Please sign in to comment.