Skip to content

Commit

Permalink
Don't do editable install when building executable
Browse files Browse the repository at this point in the history
  • Loading branch information
mike8699 committed Oct 20, 2023
1 parent 6ffd0ed commit ca5c47b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ jobs:
run: python -m pip install --upgrade pip wheel

- name: Install randomizer dependencies
run: pip install -e .
run: pip install .

- name: Install pyinstaller
run: pip install -U pyinstaller
Expand Down

0 comments on commit ca5c47b

Please sign in to comment.