|
50 | 50 | - name: Run creation |
51 | 51 | run: ./scripts/ci_run_fastapi.sh "fastapi" 1 |
52 | 52 | shell: bash |
53 | | - - name: Install Dependencies |
54 | | - working-directory: ${{ env.WORKING_DIR }} |
55 | | - run: | |
56 | | - uv lock |
57 | | - uv sync --frozen |
58 | 53 | - name: Pre-commit check |
59 | 54 | working-directory: ${{ env.WORKING_DIR }} |
60 | 55 | run: | |
61 | | - uv run pre-commit install |
62 | 56 | git add . |
63 | 57 | uv run pre-commit run --all-files |
64 | 58 | - name: make .env |
|
94 | 88 | - name: Run creation |
95 | 89 | run: ./scripts/ci_run_fastapi.sh ${{ matrix.project_type }} 1 |
96 | 90 | shell: bash |
97 | | - - name: Install Dependencies |
98 | | - working-directory: ${{ env.WORKING_DIR }} |
99 | | - run: | |
100 | | - uv lock |
101 | | - uv sync --frozen |
102 | 91 | - name: Pre-commit check |
103 | 92 | working-directory: ${{ env.WORKING_DIR }} |
104 | 93 | run: | |
105 | | - uv run pre-commit install |
106 | 94 | git add . |
107 | 95 | uv run pre-commit run --all-files |
108 | 96 | - name: Test with pytest |
@@ -137,13 +125,9 @@ jobs: |
137 | 125 | - name: Run creation |
138 | 126 | run: ./scripts/ci_run_fastapi.sh "fastapi" 2 |
139 | 127 | shell: bash |
140 | | - - name: Install Dependencies |
141 | | - working-directory: ${{ env.WORKING_DIR }} |
142 | | - run: poetry install |
143 | 128 | - name: Pre-commit check |
144 | 129 | working-directory: ${{ env.WORKING_DIR }} |
145 | 130 | run: | |
146 | | - poetry run pre-commit install |
147 | 131 | git add . |
148 | 132 | poetry run pre-commit run --all-files |
149 | 133 | - name: make .env |
@@ -183,13 +167,9 @@ jobs: |
183 | 167 | - name: Run creation |
184 | 168 | run: ./scripts/ci_run_fastapi.sh ${{ matrix.project_type }} 2 |
185 | 169 | shell: bash |
186 | | - - name: Install Dependencies |
187 | | - working-directory: ${{ env.WORKING_DIR }} |
188 | | - run: poetry install |
189 | 170 | - name: Pre-commit check |
190 | 171 | working-directory: ${{ env.WORKING_DIR }} |
191 | 172 | run: | |
192 | | - poetry run pre-commit install |
193 | 173 | git add . |
194 | 174 | poetry run pre-commit run --all-files |
195 | 175 | - name: Test with pytest |
@@ -218,15 +198,9 @@ jobs: |
218 | 198 | - name: Run creation |
219 | 199 | run: ./scripts/ci_run_fastapi.sh "fastapi" 4 |
220 | 200 | shell: bash |
221 | | - - name: Install Dependencies |
222 | | - working-directory: ${{ env.WORKING_DIR }} |
223 | | - run: | |
224 | | - python -m pip install -U pip |
225 | | - python -m pip install -r requirements-dev.txt -r requirements.txt |
226 | 201 | - name: Pre-commit check |
227 | 202 | working-directory: ${{ env.WORKING_DIR }} |
228 | 203 | run: | |
229 | | - pre-commit install |
230 | 204 | git add . |
231 | 205 | pre-commit run --all-files |
232 | 206 | - name: make .env |
@@ -260,15 +234,9 @@ jobs: |
260 | 234 | - name: Run creation |
261 | 235 | run: ./scripts/ci_run_fastapi.sh ${{ matrix.project_type }} 4 |
262 | 236 | shell: bash |
263 | | - - name: Install Dependencies |
264 | | - working-directory: ${{ env.WORKING_DIR }} |
265 | | - run: | |
266 | | - python -m pip install -U pip |
267 | | - python -m pip install -r requirements-dev.txt |
268 | 237 | - name: Pre-commit check |
269 | 238 | working-directory: ${{ env.WORKING_DIR }} |
270 | 239 | run: | |
271 | | - pre-commit install |
272 | 240 | git add . |
273 | 241 | pre-commit run --all-files |
274 | 242 | - name: Test with pytest |
@@ -299,16 +267,9 @@ jobs: |
299 | 267 | - name: Run creation |
300 | 268 | run: ./scripts/ci_run_fastapi.sh "fastapi" 3 |
301 | 269 | shell: bash |
302 | | - - name: Install Dependencies |
303 | | - working-directory: ${{ env.WORKING_DIR }} |
304 | | - run: | |
305 | | - uv lock |
306 | | - uv sync --frozen |
307 | | - uv run maturin build |
308 | 270 | - name: Pre-commit check |
309 | 271 | working-directory: ${{ env.WORKING_DIR }} |
310 | 272 | run: | |
311 | | - uv run pre-commit install |
312 | 273 | git add . |
313 | 274 | uv run pre-commit run --all-files |
314 | 275 | - name: make .env |
@@ -344,16 +305,9 @@ jobs: |
344 | 305 | - name: Run creation |
345 | 306 | run: ./scripts/ci_run_fastapi.sh ${{ matrix.project_type }} 3 |
346 | 307 | shell: bash |
347 | | - - name: Install Dependencies |
348 | | - working-directory: ${{ env.WORKING_DIR }} |
349 | | - run: | |
350 | | - uv lock |
351 | | - uv sync --frozen |
352 | | - uv run maturin build |
353 | 308 | - name: Pre-commit check |
354 | 309 | working-directory: ${{ env.WORKING_DIR }} |
355 | 310 | run: | |
356 | | - uv run pre-commit install |
357 | 311 | git add . |
358 | 312 | uv run pre-commit run --all-files |
359 | 313 | - name: Test with pytest |
@@ -382,16 +336,13 @@ jobs: |
382 | 336 | - name: Run creation |
383 | 337 | run: ./scripts/ci_run_fastapi.sh "fastapi" 3 2 |
384 | 338 | shell: bash |
385 | | - - name: Install Dependencies |
| 339 | + - name: Compile Rust |
386 | 340 | working-directory: ${{ env.WORKING_DIR }} |
387 | 341 | run: | |
388 | | - python -m pip install -U pip |
389 | | - python -m pip install -r requirements.txt -r requirements-dev.txt |
390 | 342 | python -m maturin build |
391 | 343 | - name: Pre-commit check |
392 | 344 | working-directory: ${{ env.WORKING_DIR }} |
393 | 345 | run: | |
394 | | - pre-commit install |
395 | 346 | git add . |
396 | 347 | pre-commit run --all-files |
397 | 348 | - name: make .env |
@@ -425,16 +376,13 @@ jobs: |
425 | 376 | - name: Run creation |
426 | 377 | run: ./scripts/ci_run_fastapi.sh ${{ matrix.project_type }} 3 2 |
427 | 378 | shell: bash |
428 | | - - name: Install Dependencies |
| 379 | + - name: Compile Rust |
429 | 380 | working-directory: ${{ env.WORKING_DIR }} |
430 | 381 | run: | |
431 | | - python -m pip install -U pip |
432 | | - python -m pip install -r requirements-dev.txt |
433 | 382 | python -m maturin build |
434 | 383 | - name: Pre-commit check |
435 | 384 | working-directory: ${{ env.WORKING_DIR }} |
436 | 385 | run: | |
437 | | - pre-commit install |
438 | 386 | git add . |
439 | 387 | pre-commit run --all-files |
440 | 388 | - name: Test with pytest |
|
0 commit comments