File tree Expand file tree Collapse file tree 4 files changed +3
-48
lines changed Expand file tree Collapse file tree 4 files changed +3
-48
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 29
29
run : |
30
30
python -m pip install poetry
31
31
poetry self add poetry-plugin-export
32
- poetry export -f requirements.txt --with dev -o requirements.txt --all-extras
33
- python -m pip install torch --index-url https://download.pytorch.org/whl/cpu
32
+ poetry export -f requirements.txt --with testing -o requirements.txt --all-extras
34
33
python -m pip install -r requirements.txt
35
34
python -m pip install .
36
35
- name : Run Tests
Original file line number Diff line number Diff line change 29
29
run : |
30
30
python -m pip install poetry
31
31
poetry self add poetry-plugin-export
32
- poetry export -f requirements.txt --with dev -o requirements.txt --all-extras
33
- python -m pip install torch --index-url https://download.pytorch.org/whl/cpu
32
+ poetry export -f requirements.txt --with testing -o requirements.txt --all-extras
34
33
python -m pip install -r requirements.txt
35
34
python -m pip install .
36
35
- name : Run Tests
Original file line number Diff line number Diff line change 29
29
run : |
30
30
python -m pip install poetry
31
31
poetry self add poetry-plugin-export
32
- poetry export -f requirements.txt --with dev -o requirements.txt --all-extras
33
- python -m pip install torch --index-url https://download.pytorch.org/whl/cpu
32
+ poetry export -f requirements.txt --with testing -o requirements.txt --all-extras
34
33
python -m pip install -r requirements.txt
35
34
python -m pip install .
36
35
- name : Run Tests
You can’t perform that action at this time.
0 commit comments