Skip to content

Commit

Permalink
run under pdm env
Browse files Browse the repository at this point in the history
Signed-off-by: Frost Ming <[email protected]>
  • Loading branch information
frostming committed Jan 8, 2024
1 parent 4c70ba8 commit 21f18f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: |
docker-compose -f tests/docker-compose.yaml up -d
sleep 20
for f in example/*.py; do python "$f"; done
for f in example/*.py; do pdm run python "$f"; done
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit 21f18f4

Please sign in to comment.