Skip to content

Commit

Permalink
more changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vedpatwardhan committed Mar 14, 2024
1 parent 55ad542 commit 6050efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@ jobs:
- name: Run README tests
run: |
cd demos
docker run --name test_container -v "$(pwd)"/demos:/ivy/demos -v "$(pwd)"/ivy:/ivy/ivy -itd unifyai/ivy:latest /bin/bash -c "cd demos; python3 -m pip install -r tests/requirements.txt; python3 -m pytest tests/test_README.py"
docker run -v "$(pwd)"/demos:/ivy/demos -v "$(pwd)"/ivy:/ivy/ivy -itd unifyai/ivy:latest /bin/bash -c "cd demos; python3 -m pip install -r tests/requirements.txt; python3 -m pytest tests/test_README.py"

0 comments on commit 6050efa

Please sign in to comment.