Skip to content

Commit

Permalink
drop upgrade pip commands
Browse files Browse the repository at this point in the history
  • Loading branch information
geo-martino committed Nov 6, 2024
1 parent 0bcaba0 commit cf0dd15
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ jobs:

- name: ⚙️ Setup - Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install '.[test]'
- name: 🧪 Run tests
Expand Down Expand Up @@ -105,7 +104,6 @@ jobs:

- name: ⚙️ Setup - Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install '.[build]'
- name: 📄 Sanitise readme
Expand Down

0 comments on commit cf0dd15

Please sign in to comment.