Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e89bd51d7c | |||
| 4c3d125a30 | |||
| 59499798ea | |||
| 2febe54920 | |||
| 59c95d4125 |
@@ -51,7 +51,7 @@ jobs:
|
||||
rm -rf /tmp/ci-venv-test
|
||||
python3 -m venv /tmp/ci-venv-test
|
||||
/tmp/ci-venv-test/bin/pip install --quiet --upgrade pip
|
||||
/tmp/ci-venv-test/bin/pip install --quiet --no-cache-dir fastapi pydantic pyyaml uvicorn requests pytest pytest-asyncio httpx
|
||||
/tmp/ci-venv-test/bin/pip install --quiet --no-cache-dir 'fastapi' 'pydantic<2' pyyaml uvicorn requests pytest pytest-asyncio httpx
|
||||
|
||||
- name: Debug environment
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user