Skip to content

Commit

Permalink
test: Upgrade pip when setup Python
Browse files Browse the repository at this point in the history
  • Loading branch information
GogoVega committed May 4, 2024
1 parent dbb6fcc commit 99f1843
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
python-version: "3.10"

- name: Install Norminette
run: pip install norminette
run: |
python -m pip install --upgrade pip
pip install norminette
- name: Run Norminette
run: make norme
Expand Down

0 comments on commit 99f1843

Please sign in to comment.