Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Armstrong committed Sep 13, 2024
1 parent 060721a commit 01ea4b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test-nightly-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 0 additions & 4 deletions tests/test_demos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ if [ $2 == true ]; then
export VERSION=nightly
fi

cd ivy_repo
pip install -e .

cd ../demos
mkdir .ivy

# install dependencies
Expand Down

0 comments on commit 01ea4b0

Please sign in to comment.