Skip to content

Commit f34da48

Browse files
authored
python3
1 parent f14ae78 commit f34da48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e3sm-diags/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ENV LANGUAGE=en_US:en \
1818
RUN wget https://github.com/E3SM-Project/e3sm_diags/archive/refs/heads/main.zip
1919
RUN unzip main.zip
2020
RUN cd e3sm_diags-main
21-
RUN python -m tests.integration.download_data
21+
RUN python3 -m tests.integration.download_data
2222
RUN mkdir -p /e3sm_diags_downloaded_data
2323
RUN mv tests/integration/integration_test_data /e3sm_diags_downloaded_data/integration_test_data
2424
RUN mv tests/integration/expected /e3sm_diags_downloaded_data/expected

0 commit comments

Comments
 (0)