mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 15:32:13 +00:00
update e2e
This commit is contained in:
parent
d91db0f679
commit
eb962b9925
1 changed files with 2 additions and 1 deletions
3
.github/workflows/e2e-cache.yml
vendored
3
.github/workflows/e2e-cache.yml
vendored
|
@ -43,12 +43,13 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
|
id: setup-python
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
cache: 'pipenv'
|
cache: 'pipenv'
|
||||||
- name: Install pipenv
|
- name: Install pipenv
|
||||||
run: pipx install pipenv
|
run: pipx install pipenv --python ${{ steps.setup-python.outputs.python-path }}
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
cd __tests__/data
|
cd __tests__/data
|
||||||
|
|
Loading…
Add table
Reference in a new issue