Skip to content

Commit

Permalink
activate the venv when running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
penguinland committed Feb 12, 2025
1 parent ad05127 commit 693cf20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ setup:
./build.sh

test:
PYTHONPATH=./src pytest
. .venv/bin/activate && PYTHONPATH=./src pytest

dist/archive.tar.gz:
tar -czvf dist/archive.tar.gz dist/main
Expand Down

0 comments on commit 693cf20

Please sign in to comment.