Skip to content

Commit

Permalink
Upgrade 'pip' as part of ci-validation.yml process
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbens committed Sep 5, 2024
1 parent 56f8195 commit 20cc041
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
with:
node-version: 20
- run: node format.js --check
- run: pip3 install -e .[dev]
- run: python3 -mpip install -U pip
- run: python3 -mpip install -e .[dev]
- run: py.test -vv
- run: python3 validate.py
- run: php validate.php
Expand Down

0 comments on commit 20cc041

Please sign in to comment.