File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change 43
43
python -m pytest -x
44
44
-m client -c /dev/null -p no:warnings
45
45
-n 0 -v -o cache_dir=${GITHUB_WORKSPACE}/.pytest-cache
46
- converters_tests :
47
- runs-on : ubuntu-latest
48
- timeout-minutes : 30
49
- steps :
50
- - uses : actions/checkout@v4
51
- - name : Set up Python 3.13
52
- uses : actions/setup-python@v5
53
- with :
54
- python-version : " 3.13"
55
- - name : Install dependencies
56
- run : |
57
- python -m pip install poetry
58
- poetry self add poetry-plugin-export
59
- poetry export -f requirements.txt --with dev -o requirements.txt --all-extras
60
- python -m pip install torch --index-url https://download.pytorch.org/whl/cpu
61
- python -m pip install -r requirements.txt
62
- python -m pip install .
63
- - name : Test with pytest
64
- env :
65
- SIMVUE_URL : ${{ secrets.SIMVUE_URL }}
66
- SIMVUE_TOKEN : ${{ secrets.SIMVUE_TOKEN }}
67
- run : >-
68
- python -m pytest -x
69
- -m converters -c /dev/null -p no:warnings
70
- -n 0 -v -o cache_dir=${GITHUB_WORKSPACE}/.pytest-cache
71
46
dispatch_tests :
72
47
runs-on : ubuntu-latest
73
48
timeout-minutes : 30
You can’t perform that action at this time.
0 commit comments