Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Armstrong committed Jun 4, 2024
1 parent 29cac60 commit a495cd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-nightly-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
- name: Run Integration Tests for Enterprise Demos
run: |
docker pull transpileai/ivy:latest
docker run --rm -v "$(pwd)"/demos:/ivy/demos -v "$(pwd)"/ivy:/ivy/ivy transpileai/ivy:latest demos/tests/test_demos.sh examples_and_demos/${{ matrix.module }}.ipynb true
docker run --rm -v "$(pwd)"/demos:/ivy/demos -v "$(pwd)"/ivy:/ivy/ivy transpileai/ivy:latest demos/tests/test_demos.sh examples_and_demos/${{ matrix.module }}.ipynb true true
2 changes: 1 addition & 1 deletion tests/test_demos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ mkdir .ivy
pip install -r requirements.txt >/dev/null 2>&1

# run test
if [ $4 == true ]; then
if [ $3 == true ]; then
echo "PATH : $1"
python3 tests/main.py "$1"
else
Expand Down

0 comments on commit a495cd3

Please sign in to comment.