Skip to content

Commit

Permalink
another minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
vedpatwardhan committed Nov 3, 2023
1 parent 0d4be42 commit 8e7cf9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_basic-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
id: tests
run: |
cd demos
docker run -v "$(pwd)":/ivy/demos unifyai/ivy:latest bash tests/test_demos.sh ${{ secrets.USER_API_KEY }} learn_the_basics/${{ matrix.mods }}.ipynb
docker run -v "$(pwd)":/ivy/demos unifyai/ivy:latest bash demos/tests/test_demos.sh ${{ secrets.USER_API_KEY }} learn_the_basics/${{ matrix.mods }}.ipynb
continue-on-error: true

- name: Check on failures
Expand Down

0 comments on commit 8e7cf9e

Please sign in to comment.