File tree Expand file tree Collapse file tree 3 files changed +13
-18
lines changed
Expand file tree Collapse file tree 3 files changed +13
-18
lines changed Original file line number Diff line number Diff line change 1515 python-version : ' 3.x'
1616
1717 - name : Install deps
18- run : |
19- pip install setuptools wheel
18+ run : pip install setuptools wheel
2019
2120 - name : Build wheels
2221 run : python setup.py sdist bdist_wheel
Original file line number Diff line number Diff line change @@ -56,12 +56,11 @@ jobs:
5656 name : " Python wheel"
5757
5858 - name : Install dependencies
59- run : |
60- pip install tensorflow==${{ matrix.tf-version }} protobuf==3.20.* opencv-python-headless scikit-image
61- pip install pytest
59+ run : pip install tensorflow==${{ matrix.tf-version }} protobuf==3.20.* opencv-python-headless scikit-image pytest
6260
6361 - name : Install wheel
64- run : pip install --find-links=${{github.workspace}} torchstain
62+ run : pip install --find-links=${{github.workspace}} torchstain-*
63+ shell : bash
6564
6665 - name : Run tests
6766 run : pytest -vs tests/test_tf.py
@@ -95,12 +94,11 @@ jobs:
9594 name : " Python wheel"
9695
9796 - name : Install dependencies
98- run : |
99- pip install torch==${{ matrix.pytorch-version }} torchvision opencv-python-headless scikit-image
100- pip install pytest
97+ run : pip install torch==${{ matrix.pytorch-version }} torchvision opencv-python-headless scikit-image pytest
10198
10299 - name : Install wheel
103- run : pip install --find-links=${{github.workspace}} torchstain
100+ run : pip install --find-links=${{github.workspace}} torchstain-*
101+ shell : bash
104102
105103 - name : Run tests
106104 run : pytest -vs tests/test_torch.py
Original file line number Diff line number Diff line change @@ -48,12 +48,11 @@ jobs:
4848 name : " Python wheel"
4949
5050 - name : Install dependencies
51- run : |
52- pip install tensorflow protobuf==3.20.* opencv-python-headless scikit-image
53- pip install pytest
51+ run : pip install tensorflow protobuf==3.20.* opencv-python-headless scikit-image pytest
5452
5553 - name : Install wheel
56- run : pip install --find-links=${{github.workspace}} torchstain
54+ run : pip install --find-links=${{github.workspace}} torchstain-*
55+ shell : bash
5756
5857 - name : Run tests
5958 run : pytest -vs tests/test_tf.py
@@ -75,12 +74,11 @@ jobs:
7574 name : " Python wheel"
7675
7776 - name : Install dependencies
78- run : |
79- pip install torch torchvision opencv-python-headless scikit-image
80- pip install pytest
77+ run : pip install torch torchvision opencv-python-headless scikit-image pytest
8178
8279 - name : Install wheel
83- run : pip install --find-links=${{github.workspace}} torchstain
80+ run : pip install --find-links=${{github.workspace}} torchstain-*
81+ shell : bash
8482
8583 - name : Run tests
8684 run : pytest -vs tests/test_torch.py
You can’t perform that action at this time.
0 commit comments