Skip to content

Commit

Permalink
add build to venv
Browse files Browse the repository at this point in the history
  • Loading branch information
per2jensen committed Aug 18, 2024
1 parent 132fed1 commit 2222543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/py-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
python3 -m venv venv
. venv/bin/activate
python3 -m pip install --upgrade pip
python3 -m pip install wheel pytest hatchling
python3 -m pip install wheel build pytest hatchling
python3 -m build
pip3 install .
Expand Down

0 comments on commit 2222543

Please sign in to comment.