1919 python-version : ${{ matrix.python }}
2020 - name : Upgrade pip, setuptools and wheel
2121 run : python -m pip install --upgrade pip setuptools wheel
22- - name : Install requirements
23- run : pip install --upgrade -r requirements.txt
22+ - name : Install synthtiger
23+ run : pip install .
2424 - name : Install black
2525 run : pip install --upgrade black==22.1.0
2626 - name : Run black
4242 python-version : ${{ matrix.python }}
4343 - name : Upgrade pip, setuptools and wheel
4444 run : python -m pip install --upgrade pip setuptools wheel
45- - name : Install requirements
46- run : pip install --upgrade -r requirements.txt
45+ - name : Install synthtiger
46+ run : pip install .
4747 - name : Install isort
4848 run : pip install --upgrade isort==5.10.1
4949 - name : Run isort
6565 python-version : ${{ matrix.python }}
6666 - name : Upgrade pip, setuptools and wheel
6767 run : python -m pip install --upgrade pip setuptools wheel
68- - name : Install requirements
69- run : pip install --upgrade -r requirements.txt
68+ - name : Install synthtiger
69+ run : pip install .
7070 - name : Install mypy
7171 run : pip install --upgrade mypy
7272 - name : Run mypy
8888 python-version : ${{ matrix.python }}
8989 - name : Upgrade pip, setuptools and wheel
9090 run : python -m pip install --upgrade pip setuptools wheel
91- - name : Install requirements
92- run : pip install --upgrade -r requirements.txt
91+ - name : Install synthtiger
92+ run : pip install .
9393 - name : Install pylint
9494 run : pip install --upgrade pylint
9595 - name : Run pylint
@@ -112,8 +112,8 @@ jobs:
112112 python-version : ${{ matrix.python }}
113113 - name : Upgrade pip, setuptools and wheel
114114 run : python -m pip install --upgrade pip setuptools wheel
115- - name : Install requirements
116- run : pip install --upgrade -r requirements.txt
115+ - name : Install synthtiger
116+ run : pip install .
117117 - name : Install pytest
118118 run : pip install --upgrade pytest
119119 - name : Run pytest
@@ -136,8 +136,8 @@ jobs:
136136 python-version : ${{ matrix.python }}
137137 - name : Upgrade pip, setuptools and wheel
138138 run : python -m pip install --upgrade pip setuptools wheel
139- - name : Install requirements
140- run : pip install --upgrade -r requirements.txt
139+ - name : Install synthtiger
140+ run : pip install .
141141 - name : Install pytest
142142 run : pip install --upgrade pytest
143143 - name : Run pytest
@@ -164,8 +164,8 @@ jobs:
164164 python-version : ${{ matrix.python }}
165165 - name : Upgrade pip, setuptools and wheel
166166 run : python -m pip install --upgrade pip setuptools wheel
167- - name : Install requirements
168- run : pip install --upgrade -r requirements.txt
167+ - name : Install synthtiger
168+ run : pip install .
169169 - name : Install pytest
170170 run : pip install --upgrade pytest
171171 - name : Run pytest
0 commit comments