Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #55 from freedomofpress/virtualenv_strikes_back
Browse files Browse the repository at this point in the history
Removes container's upstream virtualenv
  • Loading branch information
redshiftzero authored Feb 11, 2020
2 parents ca1fcd3 + 3167b4a commit 30c6619
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
---
common-steps:
- &removevirtualenv
run:
name: Removes the upstream virtualenv from the original container image
command: sudo pip uninstall virtualenv -y

- &install_packages
run:
name: Install packages
Expand Down Expand Up @@ -86,6 +91,7 @@ jobs:
- image: circleci/python:3.7-buster
steps:
- checkout
- *removevirtualenv
- *install_packaging_dependencies
- *verify_requirements
- *make_source_tarball
Expand Down

0 comments on commit 30c6619

Please sign in to comment.