mirror of
https://github.com/actions/setup-python.git
synced 2025-04-19 19:33:29 +00:00
minor changes
This commit is contained in:
parent
90236fe6a3
commit
be445e540a
4
.github/workflows/e2e-cache.yml
vendored
4
.github/workflows/e2e-cache.yml
vendored
@ -65,7 +65,7 @@ jobs:
|
|||||||
} else {
|
} else {
|
||||||
pipenv install --python ${{ matrix.python-version }} # --keep-outdated
|
pipenv install --python ${{ matrix.python-version }} # --keep-outdated
|
||||||
}
|
}
|
||||||
- run: python test-pipenv.py
|
- run: pipenv run python test-pipenv.py
|
||||||
|
|
||||||
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 }})
|
||||||
@ -142,4 +142,4 @@ jobs:
|
|||||||
} else {
|
} else {
|
||||||
pipenv install --python ${{ matrix.python-version }} # --keep-outdated
|
pipenv install --python ${{ matrix.python-version }} # --keep-outdated
|
||||||
}
|
}
|
||||||
- run: python test-pipenv.py
|
- run: pipenv run python test-pipenv.py
|
||||||
|
Loading…
Reference in New Issue
Block a user