File tree Expand file tree Collapse file tree 6 files changed +16
-20
lines changed
Expand file tree Collapse file tree 6 files changed +16
-20
lines changed Original file line number Diff line number Diff line change 2626
2727 - name : Install dependencies
2828 run : |
29- python -m pip install --upgrade pip
30- python -m pip install --upgrade setuptools
31- python -m pip install wheel flask pytest
32- python -m pip install -e .
29+ python -m pip install --upgrade pip setuptools wheel
30+ python -m pip install -e ".[test]"
3331 - name : Test with pytest
3432 run : |
3533 pytest --durations=0
Original file line number Diff line number Diff line change 2626
2727 - name : Install dependencies
2828 run : |
29- python -m pip install --upgrade pip
30- python -m pip install --upgrade setuptools
31- python -m pip install wheel flask pytest
32- python -m pip install -e .
29+ python -m pip install --upgrade pip setuptools wheel
30+ python -m pip install -e ".[test]"
3331 - name : Test with pytest
3432 run : |
3533 pytest --durations=0
Original file line number Diff line number Diff line change 2626
2727 - name : Install dependencies
2828 run : |
29- python -m pip install --upgrade pip
30- python -m pip install --upgrade setuptools
31- python -m pip install wheel flask pytest
32- python -m pip install -e .
29+ python -m pip install --upgrade pip setuptools wheel
30+ python -m pip install -e ".[test]"
3331 - name : Test with pytest
3432 run : |
3533 pytest --durations=0
Original file line number Diff line number Diff line change 2525 - name : Install Dependencies
2626 run : |
2727 python -m pip install --upgrade pip setuptools wheel
28- python -m pip install -e ".[dev]"
28+ python -m pip install -e ".[dev,test ]"
2929
3030 - name : Download Models
3131 id : DownloadModelsAttempt1
5757 - name : Install Dependencies
5858 run : |
5959 python -m pip install --upgrade pip setuptools wheel
60- python -m pip install -e ".[dev]"
60+ python -m pip install -e ".[dev,test ]"
6161
6262 - name : Download Models
6363 id : DownloadModelsAttempt1
8989 - name : Install Dependencies
9090 run : |
9191 python -m pip install --upgrade pip setuptools wheel
92- python -m pip install -e ".[dev]"
92+ python -m pip install -e ".[dev,test ]"
9393
9494 - name : Download Models
9595 id : DownloadModelsAttempt1
Original file line number Diff line number Diff line change 2626 - name : Install dependencies
2727 run : |
2828 python -m pip install --upgrade pip setuptools wheel
29- python -m pip install -e .
29+ python -m pip install -e ".[test]"
3030 - name : Test with pytest
3131 run : |
3232 pytest --durations=0
4747 - name : Install Dependencies
4848 run : |
4949 python -m pip install --upgrade pip setuptools wheel
50- python -m pip install -e ".[dev]"
50+ python -m pip install -e ".[dev,test ]"
5151
5252 - name : Download Models
5353 id : DownloadModelsAttempt1
Original file line number Diff line number Diff line change @@ -53,9 +53,11 @@ dev = [
5353 " onnxsim==0.4.33" ,
5454 " onnxscript" ,
5555 " onnxruntime>=1.20.0" ,
56- " optimade[http_client]>=1.0.0" ,
57- " pytest" ,
58- " flask"
56+ " optimade[http_client]>=1.0.0"
57+ ]
58+ test = [
59+ " pytest>=7.0.0" ,
60+ " flask>=2.0.0"
5961]
6062
6163[project .urls ]
You can’t perform that action at this time.
0 commit comments