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 0cde530 commit d63f37d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.11'
- name: checkout repository
uses: actions/checkout@v3
- name: configure ai s3 secrets
Expand All @@ -95,12 +95,6 @@ jobs:
echo "ro_access_key = \"$ai_s3_access_key\"" >> ./graxpert/s3_secrets.py && \
echo "ro_secret_key = \"$ai_s3_secret_key\"" >> ./graxpert/s3_secrets.py && \
echo "bucket_name = \"$ai_s3_bucket_name\"" >> ./graxpert/s3_secrets.py
- name: Create new venv
run: |
python3 -m venv graxpert-env
- name: Activate venv
run: |
source graxpert-env/bin/activate
- name: install dependencies
run: |
conda install -c conda-forge tk==8.6.13 && \
Expand Down

0 comments on commit d63f37d

Please sign in to comment.