Skip to content

Bump polyfactory from 2.18.0 to 2.18.1 #98

Bump polyfactory from 2.18.0 to 2.18.1

Bump polyfactory from 2.18.0 to 2.18.1 #98

Workflow file for this run

name: CI
on:
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pipx install uv
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- run: uv export --no-dev --no-hashes --format requirements-txt > requirements.txt
- run: uv sync
- run: uv run uvicorn main:app &
- run: |
sleep 2 && curl -X POST http://127.0.0.1:8000 \
-H 'Content-Type: application/x-www-form-urlencoded' \
-H 'cache-control: no-cache' \
-d 'data=abc&pub=0x98afe4f150642cd05cc9d2fa36458ce0a58567daeaf5fde7333ba9b403011140a4e28911fcf83ab1f457a30b4959efc4b9306f514a4c3711a16a80e3b47eb58b'