File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 6262
6363 - name : Install wheel
6464 run : pip install --find-links=${{github.workspace}} torchstain
65+ shell : bash
6566
6667 - name : Run tests
6768 run : pytest -vs tests/test_tf.py
@@ -101,6 +102,7 @@ jobs:
101102
102103 - name : Install wheel
103104 run : pip install --find-links=${{github.workspace}} torchstain
105+ shell : bash
104106
105107 - name : Run tests
106108 run : pytest -vs tests/test_torch.py
Original file line number Diff line number Diff line change 5454
5555 - name : Install wheel
5656 run : pip install --find-links=${{github.workspace}} torchstain
57+ shell : bash
5758
5859 - name : Run tests
5960 run : pytest -vs tests/test_tf.py
8182
8283 - name : Install wheel
8384 run : pip install --find-links=${{github.workspace}} torchstain
85+ shell : bash
8486
8587 - name : Run tests
8688 run : pytest -vs tests/test_torch.py
You can’t perform that action at this time.
0 commit comments