Skip to content

Commit

Permalink
Update build-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffenhir authored Oct 21, 2023
1 parent d89b55a commit e777cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: '3.10'
run: brew install [email protected]
- name: checkout repository
uses: actions/checkout@v3
- name: configure ai s3 secrets
Expand All @@ -98,6 +97,7 @@ jobs:
echo "bucket_name = \"$ai_s3_bucket_name\"" >> ./graxpert/s3_secrets.py
- name: install dependencies
run: |
brew install [email protected] && \
pip3 install setuptools wheel pyinstaller && \
pip3 install -r requirements.txt
- name: patch version
Expand Down

0 comments on commit e777cab

Please sign in to comment.