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 6f46a5a commit 9d631a3Copy full SHA for 9d631a3
.github/workflows/ci.yml
@@ -244,7 +244,7 @@ jobs:
244
- name: set up python
245
uses: actions/setup-python@v2
246
with:
247
- python-version: '3.7'
+ python-version: '3.10'
248
249
- name: install
250
run: make install-testing
tests/test_fastapi.sh
@@ -12,4 +12,4 @@ git checkout "${latest_tag}"
12
pip install -U flit
13
flit install
14
15
-PYTHONPATH=./docs/src pytest
+./scripts/test.sh
0 commit comments