Skip to content

Commit

Permalink
Update cron_tests_multi_version.py [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
RashulChutani authored Mar 28, 2023
1 parent 8070c01 commit 2e8c39b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_tests_CLI/cron_tests_multi_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

run_iter = int(sys.argv[1])
os.system(
"docker run -v `pwd`:/ivy -v `pwd`/.hypothesis:/.hypothesis unifyai/multiversion:base /opt/miniconda/envs/multienv/bin/python -m pytest --disable-pytest-warnings ivy_tests/test_ivy --my_test_dump true > test_names" # noqa
"docker run -v `pwd`:/ivy -v `pwd`/.hypothesis:/.hypothesis unifyai/ivy:latest python3 -m pytest --disable-pytest-warnings ivy_tests/test_ivy --my_test_dump true > test_names" # noqa
)
test_names_without_backend = []
test_names = []
Expand Down

0 comments on commit 2e8c39b

Please sign in to comment.