Skip to content

Commit

Permalink
Update build-conda.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway authored Mar 3, 2024
1 parent 40b38fb commit 660cf0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_S3_BUCKET_NAME: ${{ secrets.AWS_S3_BUCKET_NAME }}
AWS_S3_ENDPOINT: ${{ secrets.AWS_S3_ENDPOINT }}
AWS_S3_BUCKET_NAME: "bioimage.io"
AWS_S3_ENDPOINT: "https://uk1s3.embassy.ebi.ac.uk"
AWS_EC2_METADATA_DISABLED: "true" # https://github.com/aws/aws-cli/issues/5262#issuecomment-705832151
PYTHONNOUSERSITE: "True"
run: |
Expand All @@ -53,4 +53,4 @@ jobs:
conda env remove -n $env_name
rm $env_name.tar.gz
done

0 comments on commit 660cf0a

Please sign in to comment.