We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9f62e0 commit 4d3a0acCopy full SHA for 4d3a0ac
.github/workflows/full-test.yml
@@ -62,7 +62,7 @@ jobs:
62
fi
63
64
- name: Install TinyNeuralNetwork
65
- run: python setup.py install
+ run: pip install .
66
- name: Install test dependencies
67
env:
68
PYTORCH_VER: ${{ matrix.vers.pt_ver }}
.github/workflows/smoke-test.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Install PyTorch
26
run: conda install pytorch torchvision -c pytorch
27
28
29
- name: Basic imports
30
run: |
31
cd tests
0 commit comments