mirror of
https://github.com/actions/setup-python.git
synced 2025-04-19 19:33:29 +00:00
fix file name
This commit is contained in:
parent
3b3618ad68
commit
90236fe6a3
4
.github/workflows/e2e-cache.yml
vendored
4
.github/workflows/e2e-cache.yml
vendored
@ -55,7 +55,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
mv ./__tests__/data/Pipfile.lock .
|
mv ./__tests__/data/Pipfile.lock .
|
||||||
mv ./__tests__/data/Pipfile .
|
mv ./__tests__/data/Pipfile .
|
||||||
mv ./__tests__/test-pipenv .
|
mv ./__tests__/test-pipenv.py .
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
if: steps.cache-pipenv.outputs.cache-hit != 'true'
|
if: steps.cache-pipenv.outputs.cache-hit != 'true'
|
||||||
@ -132,7 +132,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
mv ./__tests__/data/Pipfile.lock .
|
mv ./__tests__/data/Pipfile.lock .
|
||||||
mv ./__tests__/data/Pipfile .
|
mv ./__tests__/data/Pipfile .
|
||||||
mv ./__tests__/test-pipenv .
|
mv ./__tests__/test-pipenv.py .
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
if: steps.cache-pipenv.outputs.cache-hit != 'true'
|
if: steps.cache-pipenv.outputs.cache-hit != 'true'
|
||||||
|
Loading…
Reference in New Issue
Block a user