Try installing pip for action
This commit is contained in:
parent
dca4806af8
commit
35d0c0b4a2
1 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,8 @@ jobs:
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
cache: pip
|
cache: pip
|
||||||
|
- name: Install pip
|
||||||
|
run: python3 -m ensurepip
|
||||||
- name: Set up Python environment
|
- name: Set up Python environment
|
||||||
run: python3 -m pip install -r requirements.txt
|
run: python3 -m pip install -r requirements.txt
|
||||||
- name: Set up Rust
|
- name: Set up Rust
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue