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 991028f commit 96f9ae3
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: mypy --strict *.py crawleruseragents/*.py
- run: ruff check
Expand Down

0 comments on commit 96f9ae3

Please sign in to comment.