Skip to content

Commit

Permalink
uncommented the gpu test for the examples_and_demos
Browse files Browse the repository at this point in the history
  • Loading branch information
vedpatwardhan committed Nov 3, 2023
1 parent 24e4bf0 commit 587f5e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_demo-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
cd demos
echo "Paused testing for ${{ matrix.modules }}.ipynb this notebook temporarily, debug the script(kc.client.execute_interactive) !"
# docker run -v `pwd`:/ivy/demos unifyai/ivy:latest-gpu demos/tests/test_demos.sh ${{ secrets.USER_API_KEY }} examples_and_demos/${{ matrix.modules }}.ipynb
docker run -v "$(pwd)":/ivy/demos unifyai/ivy:latest-gpu demos/tests/test_demos.sh ${{ secrets.USER_API_KEY }} examples_and_demos/${{ matrix.modules }}.ipynb
continue-on-error: true

- name: Check on failures
Expand Down

0 comments on commit 587f5e6

Please sign in to comment.