Skip to content

Commit

Permalink
another try to fix the permissions issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vedpatwardhan committed Nov 3, 2023
1 parent 7e6531e commit c10a060
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -25,7 +25,7 @@ jobs:
id: tests
run: |
cd demos
docker run -v "$(pwd)":/ivy/demos unifyai/ivy:latest tests/test_demos.sh ${{ secrets.USER_API_KEY }} learn_the_basics/${{ matrix.mods }}.ipynb
docker run -v "$(pwd)":/ivy/demos unifyai/ivy:latest 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
4 changes: 3 additions & 1 deletion tests/test_demos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ conda install -c "nvidia/label/cuda-11.8.0" cuda-nvcc
pip install -r requirements.txt >/dev/null 2>&1

# run test
python3 new_tests/main.py "$2"
echo "PATH"
echo "$2"
python3 new_tests/main.py "$2"

0 comments on commit c10a060

Please sign in to comment.