Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions ci/none.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ function jobqueue_before_install {
./ci/conda_setup.sh
export PATH="$HOME/miniconda/bin:$PATH"
conda install --yes -c conda-forge python=$TRAVIS_PYTHON_VERSION dask distributed flake8 pytest docrep
pip install --no-cache-dir git+https://github.com/dask/dask.git --upgrade --no-deps
pip install --no-cache-dir git+https://github.com/dask/distributed.git --upgrade --no-deps
}

function jobqueue_install {
Expand Down
2 changes: 0 additions & 2 deletions ci/pbs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ RUN curl -o miniconda.sh https://repo.continuum.io/miniconda/Miniconda3-latest-L
/opt/anaconda/bin/conda clean -tipy && \
rm -f miniconda.sh
RUN conda install --yes -c conda-forge python=3.6 dask distributed flake8 pytest docrep
RUN pip install --no-cache-dir git+https://github.com/dask/dask.git --upgrade --no-deps
RUN pip install --no-cache-dir git+https://github.com/dask/distributed.git --upgrade --no-deps

# Copy entrypoint and other needed scripts
COPY ./*.sh /
Expand Down
2 changes: 0 additions & 2 deletions ci/slurm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ RUN curl -o miniconda.sh https://repo.continuum.io/miniconda/Miniconda3-latest-L
rm -f miniconda.sh
ENV PATH /opt/anaconda/bin:$PATH
RUN conda install --yes -c conda-forge python=3.6 dask distributed flake8 pytest docrep
RUN pip install --no-cache-dir git+https://github.com/dask/dask.git --upgrade --no-deps
RUN pip install --no-cache-dir git+https://github.com/dask/distributed.git --upgrade --no-deps

ENV LC_ALL en_US.UTF-8

Expand Down