mirror of
https://github.com/pre-commit/action.git
synced 2025-11-07 18:56:55 +00:00
pip not available in latest ubuntu
This commit is contained in:
parent
3f987d5c0a
commit
d2410eb91d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
- uses: actions/checkout@v1
|
||||
- uses: actions/setup-node@v1
|
||||
- uses: actions/setup-python@v1
|
||||
- run: pip install virtualenv
|
||||
- run: python3 -m pip install virtualenv
|
||||
- run: make
|
||||
- name: self test newly built action
|
||||
uses: ./
|
||||
|
|
|
|||
Loading…
Reference in a new issue