Skip to content

Commit

Permalink
Attempt to get it to use the pdm venv when running fastapi tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dmontagu committed Jul 26, 2023
1 parent 9054a03 commit 329588d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_fastapi.sh
Expand Up @@ -3,6 +3,7 @@
set -x
set -e

eval $(pdm venv activate .venv)
cd fastapi
git fetch --tags

Expand Down

0 comments on commit 329588d

Please sign in to comment.