Skip to content

Commit

Permalink
Work around upstream breakage due to pypa/setuptools#4483
Browse files Browse the repository at this point in the history
  • Loading branch information
bennahugo authored Nov 29, 2024
1 parent 1e97f69 commit 42d9f54
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion .travis/py3.docker → .ci/py3.docker
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN docker-apt-install python3-casacore casacore-dev casacore-data makems casare
libfftw3-dev wcslib-dev libcfitsio-dev \
'libcasa-*' liblapack-dev libatlas-base-dev 2to3

RUN pip install -U pip setuptools wheel
RUN pip install -U pip 'setuptools[core]' wheel
#######################################
# Install python 3 meqtrees
#######################################
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ cd $PROJECTS_DIR/meqtrees-tigger-lsm
IMAGENAME="mttiglsmpr"

# build and test
docker build -f .travis/py3.docker -t "${IMAGENAME}36:$BUILD_NUMBER" --no-cache=true .
docker build -f .ci/py3.docker -t "${IMAGENAME}36:$BUILD_NUMBER" --no-cache=true .

0 comments on commit 42d9f54

Please sign in to comment.