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:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Setup Python
|
||||
id: setup-python
|
||||
uses: ./
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
cache: 'pipenv'
|
||||
- name: Install pipenv
|
||||
run: pipx install pipenv
|
||||
run: pipx install pipenv --python ${{ steps.setup-python.outputs.python-path }}
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
cd __tests__/data
|
||||
|
|
Loading…
Add table
Reference in a new issue