Skip to content

Commit

Permalink
tests: fix 3.7 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasKs committed Nov 18, 2022
1 parent f937fcd commit 5a7be63
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ jobs:
poetry add fastapi==${{ matrix.fastapi-version }}
poetry install --no-interaction --no-root
if: steps.cache-venv.outputs.cache-hit != 'true'
- run: |
python -m venv .venv
source .venv/bin/activate
pip install importlib-metadata==4.13.0
if: matrix.python-version == '3.7.14'
- name: Run tests
run: |
source .venv/bin/activate
Expand Down

0 comments on commit 5a7be63

Please sign in to comment.