Skip to content

Commit

Permalink
updating sci base dockerfile and removing java gha
Browse files Browse the repository at this point in the history
  • Loading branch information
rabellino-noaa committed Feb 7, 2024
1 parent a5293c3 commit e2eb95f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 40 deletions.
39 changes: 0 additions & 39 deletions .github/workflows/java-commons.yml

This file was deleted.

2 changes: 1 addition & 1 deletion docker/python-sci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ENV LANGUAGE en_US.UTF-8

# Install dependencies (and force Python 3.11 update)
RUN conda config --add channels conda-forge && \
conda install -y python=3.11.6 && \
conda install -y python=3.11 && \
conda install -y \
pika==1.3.1 \
python-dateutil==2.8.2 \
Expand Down

0 comments on commit e2eb95f

Please sign in to comment.