Skip to content

Commit

Permalink
fix(ci): update fastapi tests (#3690)
Browse files Browse the repository at this point in the history
* use python 3.10 to run fastapi tests

* fix fastapi test call
  • Loading branch information
PrettyWood authored and samuelcolvin committed May 14, 2022
1 parent fbf8002 commit 28587b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ jobs:
- name: set up python
uses: actions/setup-python@v2
with:
python-version: '3.7'
python-version: '3.10'

- name: install
run: make install-testing
Expand Down
2 changes: 1 addition & 1 deletion tests/test_fastapi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ git checkout "${latest_tag}"
pip install -U flit
flit install

PYTHONPATH=./docs/src pytest
./scripts/test.sh

0 comments on commit 28587b9

Please sign in to comment.