Skip to content

Commit

Permalink
install kornia
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Armstrong committed Jun 30, 2024
1 parent 5bc8802 commit cefd214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Run Tests
id: tests
run: |
pip3 install pymongo
pip3 install kornia
cd ivy
docker run --rm -v "$(pwd)":/ivy -v "$(pwd)"/.hypothesis:/.hypothesis transpileai/ivy:latest pytest ivy_tests/test_integrations/test_kornia.py -p no:warnings --backend ${{ matrix.target }}
continue-on-error: true
Expand Down

0 comments on commit cefd214

Please sign in to comment.