-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
40dcb7b
commit 19732d2
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|