There was an error while loading. Please reload this page.
1 parent d6c58ad commit 09eef1eCopy full SHA for 09eef1e
.github/workflows/action_transpose.yml
@@ -17,3 +17,6 @@ jobs:
17
run: |
18
python -m pip install --upgrade pip
19
pip install -r requirements.txt
20
+ - name: Run demo scripts
21
+ run: |
22
+ python demo_transpose_for_matrix.py
0 commit comments