Skip to content

Commit

Permalink
ci: fix torch.
Browse files Browse the repository at this point in the history
Signed-off-by: Lee <[email protected]>
  • Loading branch information
lx200916 committed Oct 18, 2023
1 parent dcc6c00 commit a3ae6e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
cmake -DTEST=on . && cmake --build .
- name: Make Data
run:
cd test && python3 Test.py
cd test && bash test.sh
- name: Test
uses: gacts/run-and-post-run@v1
with:
Expand Down
3 changes: 3 additions & 0 deletions test/test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env sh
# CPU Tests. Temporary change dir.
(cd cpu && python3 Test.py)

0 comments on commit a3ae6e8

Please sign in to comment.