Skip to content

Commit

Permalink
add output path
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen committed Apr 4, 2024
1 parent 467b054 commit 875c745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
- name: Test pip install from dist in fresh venv
run: |
python -m pip install build
python -m build -w .
python -m build -o dist -w .
cd dist
python -m venv venv
source venv/bin/activate
Expand Down

0 comments on commit 875c745

Please sign in to comment.