Skip to content

Commit

Permalink
fix: shell into poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
0xArdi committed Jul 4, 2024
1 parent 3b0d014 commit ffabbaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ jobs:

- name: Build with PyInstaller
run: |
poetry shell
pyinstaller --collect-data eth_account --collect-all aea --collect-all autonomy --collect-all operate --collect-all aea_ledger_ethereum --collect-all aea_ledger_cosmos --collect-all aea_ledger_ethereum_flashbots --hidden-import --hidden-import aea_ledger_cosmos --hidden-import --hidden-import grpc --hidden-import openapi_core --collect-all google.protobuf --collect-all openapi_core --collect-all openapi_spec_validator --collect-all asn1crypto --hidden-import py_ecc --hidden-import pytz --onefile pyinstaller/trader_bin.py
- name: Upload Release Assets
Expand Down

0 comments on commit ffabbaf

Please sign in to comment.