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 .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,4 @@ jobs:
docker run --rm fastlaneci:latest ruby --version
docker run --rm fastlaneci:latest node --version
docker run --rm fastlaneci:latest xar --version
docker run --rm fastlaneci:latest pip --version
docker run --rm fastlaneci:latest pipenv --version
docker run --rm fastlaneci:latest uv --version
6 changes: 0 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,6 @@ rm -rf ${BUILDDIR}
COPY --from=ghcr.io/astral-sh/uv:0.6.6 /uv /bin/uv
ENV UV_PYTHON_INSTALL_DIR=/opt/uv/python

# Install pip & pipenv
RUN wget --quiet https://bootstrap.pypa.io/get-pip.py -O /tmp/get-pip.py > /dev/null 2>&1 && \
python /tmp/get-pip.py && \
rm /tmp/get-pip.py && \
pip install pipenv

USER circleci

# Make xar
Expand Down