mirror of
https://git.mirrors.martin98.com/https://github.com/actions/setup-python
synced 2026-02-17 23:42:59 +08:00
add --python 3
This commit is contained in:
parent
766e8c6088
commit
2a20d9b5e0
4
.github/workflows/e2e-cache.yml
vendored
4
.github/workflows/e2e-cache.yml
vendored
@ -53,7 +53,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
mv ./__tests__/data/Pipfile.lock .
|
mv ./__tests__/data/Pipfile.lock .
|
||||||
mv ./__tests__/data/Pipfile .
|
mv ./__tests__/data/Pipfile .
|
||||||
pipenv install --keep-outdated
|
pipenv install --keep-outdated --python 3
|
||||||
|
|
||||||
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 }})
|
||||||
@ -118,4 +118,4 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
mv ./__tests__/data/Pipfile.lock .
|
mv ./__tests__/data/Pipfile.lock .
|
||||||
mv ./__tests__/data/Pipfile .
|
mv ./__tests__/data/Pipfile .
|
||||||
pipenv install --keep-outdated
|
pipenv install --keep-outdated --python 3
|
||||||
Loading…
x
Reference in New Issue
Block a user