Skip to content

return hashes of output files from http prompt answering #8

return hashes of output files from http prompt answering

return hashes of output files from http prompt answering #8

Workflow file for this run

name: Run QA
on:
push:
branches: [master, main]
pull_request:
branches: [master, main]
env:
PYTHON_DEFAULT_VERSION: "3.11"
jobs:
test:
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Python ${{ env.PYTHON_DEFAULT_VERSION }}
uses: actions/setup-python@v4
with:
python-version: ${{ env.PYTHON_DEFAULT_VERSION }}
cache: "pip"
- name: Install dependencies
run: python -m pip install --upgrade 'pdm==2.19.3'
- name: ls
run: pwd; ls
- name: Install dependencies
run: pdm sync --global -G test
- name: list
run: pdm list
- name: Run unit tests
run: pytest tests/integration_mock/