Add requirements in setup
This commit is contained in:
6
.github/workflows/test-basic.yml
vendored
6
.github/workflows/test-basic.yml
vendored
@@ -45,7 +45,7 @@ jobs:
|
||||
|
||||
- name: Test Search Space
|
||||
run: |
|
||||
python -m pip install pytest numpy
|
||||
python -m pip install pytest
|
||||
python -m pip install torch torchvision
|
||||
python -m pip install parameterized
|
||||
echo $PWD
|
||||
@@ -58,10 +58,6 @@ jobs:
|
||||
|
||||
- name: Test Math
|
||||
run: |
|
||||
python -m pip install pytest numpy
|
||||
python -m pip install parameterized
|
||||
python -m pip install torch torchvision
|
||||
python --version
|
||||
python -m pytest ./tests/test_math*.py -s
|
||||
shell: bash
|
||||
|
||||
|
||||
2
.github/workflows/test-misc.yml
vendored
2
.github/workflows/test-misc.yml
vendored
@@ -30,7 +30,7 @@ jobs:
|
||||
|
||||
- name: Test Xmisc
|
||||
run: |
|
||||
python -m pip install pytest numpy
|
||||
python -m pip install pytest
|
||||
python -m pip install torch torchvision
|
||||
python -m pip install parameterized
|
||||
echo $PWD
|
||||
|
||||
2
.github/workflows/test-super-layer_model.yml
vendored
2
.github/workflows/test-super-layer_model.yml
vendored
@@ -30,7 +30,7 @@ jobs:
|
||||
|
||||
- name: Test Super Model
|
||||
run: |
|
||||
python -m pip install pytest numpy
|
||||
python -m pip install pytest
|
||||
python -m pip install parameterized
|
||||
python -m pip install torch torchvision
|
||||
python -m pytest ./tests/test_super_*.py
|
||||
|
||||
Reference in New Issue
Block a user