We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86b0e9b commit 65a2d3aCopy full SHA for 65a2d3a
.github/workflows/pytest.yaml
@@ -14,17 +14,12 @@ jobs:
14
BACKEND_DIR: ./backend
15
steps:
16
- uses: actions/checkout@v4
17
- - uses: ./.github/actions/pnpm-node-install
18
- name: Install Node, pnpm and dependencies.
19
- uses: ./.github/actions/uv-python-install
20
name: Install Python, uv and Python dependencies
21
with:
22
python-version: ${{ matrix.python-version }}
23
extra-dependencies: --extra tests --extra mypy --extra custom-data
24
working-directory: ${{ env.BACKEND_DIR }}
25
- - name: Build UI components
26
- run: pnpm run buildUi
27
- timeout-minutes: 5
28
- name: Run Pytest
29
run: uv run --no-project pytest --cov=chainlit/
30
0 commit comments