Skip to content

Commit

Permalink
remove windows build step
Browse files Browse the repository at this point in the history
  • Loading branch information
cortisiko committed Jul 10, 2024
1 parent 229b244 commit 5ba3e59
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ jobs:
run: |
if [ $RUNNER_OS == "Linux" ]; then
pyinstaller --name stock-analysis --icon=assets/charticon2ICO.ico --hidden-import=yahooquery --hidden-import=yahooquery.asyncio user_interface.py
# elif [ $RUNNER_OS == "Windows" ]; then
# pyinstaller --name stock-analysis --icon=assets/charticon2ICO.ico --hidden-import=yahooquery --hidden-import=yahooquery.asyncio user_interface.py
elif [ $RUNNER_OS == "macOS" ]; then
pyinstaller --name stock-analysis --icon=assets/charticon2ICO.ico --hidden-import=yahooquery --hidden-import=yahooquery.asyncio user_interface.py
fi
Expand Down

0 comments on commit 5ba3e59

Please sign in to comment.