From cefd2149015d1aeb0b8f38fd940fad70b418441c Mon Sep 17 00:00:00 2001 From: Sam-Armstrong Date: Sun, 30 Jun 2024 03:58:49 +0100 Subject: [PATCH] install kornia --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index da3bebaeb168..7388f4c8c1b6 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -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