Skip to content

Commit eeb8847

Browse files
authored
Update s3-html use latest docker image, simplify init code (#4884)
1 parent dd74850 commit eeb8847

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/update-s3-html.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
prefix: ["whl", "whl/test", "whl/nightly", "whl/lts/1.8"]
2020
fail-fast: False
2121
container:
22-
image: continuumio/miniconda3:4.12.0
22+
image: continuumio/miniconda3:23.10.0-1
2323
steps:
2424
- name: configure aws credentials
2525
id: aws_creds
@@ -37,9 +37,8 @@ jobs:
3737
run: |
3838
set -ex
3939
40-
# Create Conda Environment
41-
conda create --quiet -y --prefix run_env python="3.8"
42-
conda activate ./run_env
40+
# Output info on default conda env
41+
conda info
4342
4443
# Install requirements
4544
pip install -r s3_management/requirements.txt

0 commit comments

Comments
 (0)