diff --git a/.github/workflows/test-nightly-binaries.yml b/.github/workflows/test-nightly-binaries.yml index 55bf052a..61b4290f 100644 --- a/.github/workflows/test-nightly-binaries.yml +++ b/.github/workflows/test-nightly-binaries.yml @@ -42,5 +42,7 @@ jobs: - name: Run Integration Tests for Enterprise Demos run: | - docker pull ivyllc/ivy:latest - docker run --rm -v "$(pwd)"/demos:/ivy/demos -v "$(pwd)"/ivy:/ivy/ivy ivyllc/ivy:latest demos/tests/test_demos.sh examples_and_demos/${{ matrix.module }}.ipynb true true + pip install -e ivy_repo + pip install -r ivy_repo/requirements/requirements.txt + pip install -r ivy_repo/requirements/optional.txt + demos/tests/test_demos.sh examples_and_demos/${{ matrix.module }}.ipynb true true diff --git a/tests/test_demos.sh b/tests/test_demos.sh index ad9ce0c0..23c1fe9b 100755 --- a/tests/test_demos.sh +++ b/tests/test_demos.sh @@ -4,10 +4,6 @@ if [ $2 == true ]; then export VERSION=nightly fi -cd ivy_repo -pip install -e . - -cd ../demos mkdir .ivy # install dependencies