Skip to content

Commit

Permalink
Remove workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
mattclarke authored Sep 1, 2021
1 parent 0972e1a commit 82e0161
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ builders = pipeline_builder.createBuilders { container ->
export PATH=/opt/miniconda/bin:$PATH
python --version
which python
curl -sSL https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py
python -m pip install --user -r ${project}/requirements.txt
python -m pip install --user -r ${project}/requirements-dev.txt
"""
Expand Down

0 comments on commit 82e0161

Please sign in to comment.