Skip to content

Commit

Permalink
another change
Browse files Browse the repository at this point in the history
  • Loading branch information
vedpatwardhan committed Nov 3, 2023
1 parent 4dd0dc9 commit bb531d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_basic-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
id: tests
run: |
cd demos
docker run -v `pwd`:/ivy/demos unifyai/ivy:latest demos/tests/test_demos.sh ${{ secrets.USER_API_KEY }} ${{ matrix.mods }}.ipynb "basics"
docker run -v `pwd`:/ivy/demos unifyai/ivy:latest demos/tests/test_demos.sh ${{ secrets.USER_API_KEY }} ${{ matrix.mods }}.ipynb
continue-on-error: true

- name: Check on failures
Expand Down
2 changes: 1 addition & 1 deletion new_tests/test_demos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ python3 -m pip install -r requirements.txt >/dev/null 2>&1

# run test
echo "$2"
python3 tests/notebook_testing.py "$2" "$3"
python3 new_tests/main.py "$2"

0 comments on commit bb531d1

Please sign in to comment.