Skip to content

Commit

Permalink
Remove unnecessary uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgate committed Sep 23, 2021
1 parent 0ac6cb0 commit 3828ee1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@ requirements:
# Ensure `pip` is up-to-date.
- python3 -m pip install --upgrade pip

# Remove `shelllogger` if it's been installed.
- python3 -m pip uninstall -y shelllogger

# Install required packages.
- python3 -m pip install wheel
-r requirements.txt
Expand Down

0 comments on commit 3828ee1

Please sign in to comment.