Skip to content

Commit

Permalink
HTCondor 23.1.0 2023-11-16 is broken, pinning back to old version we …
Browse files Browse the repository at this point in the history
…are using on coffea.casa
  • Loading branch information
oshadura committed Nov 23, 2023
1 parent 38fab50 commit 5df2246
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.cc-analysis-ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ RUN mkdir $HOME/work && \
# Dask dependencies and HTCondor
RUN mamba install --yes \
-c conda-forge \
htcondor \
htcondor==10.3.0 \
xgboost \
pyhf \
xrootd \
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.cc-base-ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ USER ${NB_UID}
RUN mamba install --yes \
-c conda-forge \
zstandard \
htcondor \
htcondor==10.3.0 \
xgboost \
pyhf \
xrootd \
Expand Down

0 comments on commit 5df2246

Please sign in to comment.