summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-10-21 11:58:00 -0300
committerRoger Gonzalez <roger@rogs.me>2023-10-21 11:58:00 -0300
commitf109f5f9c5ccc73750522a9af21e6794fc0009e7 (patch)
treee1abfb73107fc13879bf277c4323ba0ca388adef
parent7081ed74c2012821510b2659fdda3e7069b13ea3 (diff)
Remove pip upgrade
-rw-r--r--.gitlab-ci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2145814..26a09d3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,7 +7,6 @@ lint:
script:
- apt-get update -qy
- apt-get install -y python3 python3-pip
- - python3 -m pip install --upgrade pip
- python3 -m pip install -r requirements.txt
- python3 -m black --check .
- python3 -m isort --check .