-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ci] Add taichiCourse01 & marching_squares release tests #8157
[ci] Add taichiCourse01 & marching_squares release tests #8157
Conversation
✅ Deploy Preview for docsite-preview ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
bc9de83
to
33a17ec
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
After fixing the failure caused by taichi_sph/demo.py, I will change the Draft status to Ready for review |
waiting for taichiCourse01/taichi_sph#2 |
Ignore taichi_sph for now and add marching squares |
6d4a3d5
to
daf4485
Compare
daf4485
to
373e32c
Compare
3ca80cd
to
373e32c
Compare
/rerun-failed |
…8157) Issue: taichi-dev#5741 ### Brief Summary <!-- copilot:summary --> ### <samp>🤖 Generated by Copilot at bc9de83</samp> This pull request adds tests for more taichi examples and features from external repositories in `taichiCourse01`. It updates the test scripts for both Unix and Windows platforms to clone and install the necessary dependencies and run the tests. ### Walkthrough <!-- copilot:walkthrough --> ### <samp>🤖 Generated by Copilot at bc9de83</samp> * Add six git clone commands to download additional repositories from taichiCourse01 in both `unix_test.sh` and `win_test.ps1` scripts ([link](https://github.com/taichi-dev/taichi/pull/8157/files?diff=unified&w=0#diff-34fa2bad51121dca1ec0d22993a5d102611b68b6466589d40a651b955ea67ca3R56-R61), [link](https://github.com/taichi-dev/taichi/pull/8157/files?diff=unified&w=0#diff-1e56d5e9fca9a2bd938d65c6735714636f8d236462ae1167ca97e3c1a166cf54L98-R125)) * Add six pairs of pushd and popd commands to install the requirements for each of the cloned repositories using pip in both `unix_test.sh` and `win_test.ps1` scripts ([link](https://github.com/taichi-dev/taichi/pull/8157/files?diff=unified&w=0#diff-34fa2bad51121dca1ec0d22993a5d102611b68b6466589d40a651b955ea67ca3R68-R91), [link](https://github.com/taichi-dev/taichi/pull/8157/files?diff=unified&w=0#diff-1e56d5e9fca9a2bd938d65c6735714636f8d236462ae1167ca97e3c1a166cf54L98-R125)) * Modify the existing code in `win_test.ps1` to match the changes in `unix_test.sh` for running the tests on different platforms ([link](https://github.com/taichi-dev/taichi/pull/8157/files?diff=unified&w=0#diff-1e56d5e9fca9a2bd938d65c6735714636f8d236462ae1167ca97e3c1a166cf54L98-R125))
Issue: #5741
Brief Summary
🤖 Generated by Copilot at bc9de83
This pull request adds tests for more taichi examples and features from external repositories in
taichiCourse01
. It updates the test scripts for both Unix and Windows platforms to clone and install the necessary dependencies and run the tests.Walkthrough
🤖 Generated by Copilot at bc9de83
unix_test.sh
andwin_test.ps1
scripts (link, link)unix_test.sh
andwin_test.ps1
scripts (link, link)win_test.ps1
to match the changes inunix_test.sh
for running the tests on different platforms (link)