[ci] Add taichiCourse01 & marching_squares release tests#8157
Merged
feisuzhu merged 2 commits intotaichi-dev:masterfrom Jun 21, 2023
Merged
[ci] Add taichiCourse01 & marching_squares release tests#8157feisuzhu merged 2 commits intotaichi-dev:masterfrom
feisuzhu merged 2 commits intotaichi-dev:masterfrom
Conversation
✅ Deploy Preview for docsite-preview ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
bc9de83 to
33a17ec
Compare
Contributor
Author
After fixing the failure caused by taichi_sph/demo.py, I will change the Draft status to Ready for review |
Contributor
Author
|
waiting for taichiCourse01/taichi_sph#2 |
Contributor
Author
|
Ignore taichi_sph for now and add marching squares |
6d4a3d5 to
daf4485
Compare
daf4485 to
373e32c
Compare
3ca80cd to
373e32c
Compare
Contributor
Author
|
/rerun-failed |
PGZXB
pushed a commit
to PGZXB/taichi
that referenced
this pull request
Jul 13, 2023
…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))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.shandwin_test.ps1scripts (link, link)unix_test.shandwin_test.ps1scripts (link, link)win_test.ps1to match the changes inunix_test.shfor running the tests on different platforms (link)