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 40dcb7b commit 19732d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,9 @@ jobs:
echo "bucket_name = \"$ai_s3_bucket_name\"" >> ./graxpert/s3_secrets.py
- name: install dependencies
run: |
brew reinstall [email protected] && \
conda create -n graxpert python=3.10 && \
conda activate graxpert && \
conda install -c conda-forge tk==8.6.13 && \
pip3 install setuptools wheel pyinstaller && \
pip3 install -r requirements.txt
- name: patch version
Expand Down

0 comments on commit 19732d2

Please sign in to comment.