Skip to content

Commit

Permalink
Try getting rid of comment in build_gui.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunjongkimmath committed Dec 27, 2024
1 parent 94c5ffc commit d3dfabb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build_gui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
pip install pyinstaller
- name: Copy __init__.py to root as trouver_gui.py
run: |
# Copy the file in a cross-platform way
if [[ "$RUNNER_OS" == "Windows" ]]; then
copy .\trouver\app\__init__.py .\trouver_gui.py
else
Expand Down

0 comments on commit d3dfabb

Please sign in to comment.