Skip to content

Commit 65a2d3a

Browse files
committed
ci: attempt to speed up pytest by removing unnecessary dependency on pnpm
1 parent 86b0e9b commit 65a2d3a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/pytest.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,12 @@ jobs:
1414
BACKEND_DIR: ./backend
1515
steps:
1616
- uses: actions/checkout@v4
17-
- uses: ./.github/actions/pnpm-node-install
18-
name: Install Node, pnpm and dependencies.
1917
- uses: ./.github/actions/uv-python-install
2018
name: Install Python, uv and Python dependencies
2119
with:
2220
python-version: ${{ matrix.python-version }}
2321
extra-dependencies: --extra tests --extra mypy --extra custom-data
2422
working-directory: ${{ env.BACKEND_DIR }}
25-
- name: Build UI components
26-
run: pnpm run buildUi
27-
timeout-minutes: 5
2823
- name: Run Pytest
2924
run: uv run --no-project pytest --cov=chainlit/
3025
working-directory: ${{ env.BACKEND_DIR }}

0 commit comments

Comments
 (0)