Skip to content

Commit

Permalink
Added fastapi explicitly.
Browse files Browse the repository at this point in the history
  • Loading branch information
frobnitzem committed Oct 9, 2024
1 parent 11bc2ea commit 17e7089
Show file tree
Hide file tree
Showing 3 changed files with 213 additions and 235 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
matrix:
#os: ["ubuntu-latest", "macos-latest"]
os: ["ubuntu-latest"]
#python-version: ["3.8", "3.9", "3.11"]
python-version: ["3.8"]
#python-version: ["3.9", "3.11"]
python-version: ["3.9"]

steps:
- uses: actions/checkout@v3
Expand All @@ -30,7 +30,7 @@ jobs:
run: |
pip install poetry
poetry config virtualenvs.create false
poetry install --with test,httpx
poetry install --with test,http
- name: Test with pytest
run: |
Expand Down
Loading

0 comments on commit 17e7089

Please sign in to comment.