Skip to content

Commit

Permalink
DEBUG: Do not upgrade pip before installing dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Jul 17, 2023
1 parent 8aabe32 commit e41bb60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/actions/create-dev-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@ runs:

- name: Install Dev Dependencies 📦
run: |
pip install --upgrade pip
pip install --upgrade -r requirements-dev.txt
shell: bash

0 comments on commit e41bb60

Please sign in to comment.