Skip to content

Commit

Permalink
Deal with odd failure of docker build on circleci (builds locally fine)
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranmraine committed Nov 16, 2021
1 parent 2df5bae commit bb9b315
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ ENV VIRTUAL_ENV=$OPT/venv
RUN python3.9 -m venv $VIRTUAL_ENV
ENV PATH="$VIRTUAL_ENV/bin:$PATH"

RUN pip install --no-cache-dir --upgrade pip==21.3.1 && pip install --no-cache-dir Cython==0.29.24

COPY pycroquet/ pycroquet/
COPY README.md setup.py requirements.txt requirements-dev.txt ./
RUN pip install --no-cache-dir -r requirements-dev.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pluggy==0.13.1
py==1.10.0
pygas==1.0.4
pyparsing==2.4.7
pysam==0.16.0.1
pysam==0.18.0
pytest==6.2.4
pytest-cov==2.12.1
python-magic==0.4.24
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ click==8.0.1
click-option-group==0.5.3
Cython==0.29.24
pygas==1.0.4
pysam==0.16.0.1
pysam==0.18.0
python-magic==0.4.24
PyYAML==5.4.1

0 comments on commit bb9b315

Please sign in to comment.