mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 15:32:13 +00:00
add different logs
This commit is contained in:
parent
d1efb6ff40
commit
66cb0617e0
1 changed files with 2 additions and 2 deletions
4
.github/workflows/e2e-cache.yml
vendored
4
.github/workflows/e2e-cache.yml
vendored
|
@ -52,7 +52,7 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
cd __tests__/data
|
cd __tests__/data
|
||||||
pipenv install --verbose
|
pipenv install -vvv
|
||||||
|
|
||||||
python-poetry-dependencies-caching:
|
python-poetry-dependencies-caching:
|
||||||
name: Test poetry (Python ${{ matrix.python-version}}, ${{ matrix.os }})
|
name: Test poetry (Python ${{ matrix.python-version}}, ${{ matrix.os }})
|
||||||
|
@ -116,4 +116,4 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
cd __tests__/data
|
cd __tests__/data
|
||||||
pipenv install --verbose
|
pipenv install -vvv
|
Loading…
Add table
Reference in a new issue