Skip to content

Commit

Permalink
python3
Browse files Browse the repository at this point in the history
  • Loading branch information
mahf708 authored Nov 23, 2024
1 parent f14ae78 commit f34da48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e3sm-diags/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ENV LANGUAGE=en_US:en \
RUN wget https://github.com/E3SM-Project/e3sm_diags/archive/refs/heads/main.zip
RUN unzip main.zip
RUN cd e3sm_diags-main
RUN python -m tests.integration.download_data
RUN python3 -m tests.integration.download_data
RUN mkdir -p /e3sm_diags_downloaded_data
RUN mv tests/integration/integration_test_data /e3sm_diags_downloaded_data/integration_test_data
RUN mv tests/integration/expected /e3sm_diags_downloaded_data/expected
Expand Down

0 comments on commit f34da48

Please sign in to comment.