Skip to content

Commit

Permalink
Update s3-html use latest docker image, simplify init code (#4884)
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman authored Jan 15, 2024
1 parent dd74850 commit eeb8847
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/update-s3-html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
prefix: ["whl", "whl/test", "whl/nightly", "whl/lts/1.8"]
fail-fast: False
container:
image: continuumio/miniconda3:4.12.0
image: continuumio/miniconda3:23.10.0-1
steps:
- name: configure aws credentials
id: aws_creds
Expand All @@ -37,9 +37,8 @@ jobs:
run: |
set -ex
# Create Conda Environment
conda create --quiet -y --prefix run_env python="3.8"
conda activate ./run_env
# Output info on default conda env
conda info
# Install requirements
pip install -r s3_management/requirements.txt
Expand Down

0 comments on commit eeb8847

Please sign in to comment.