mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 15:32:13 +00:00
change pipenv url
This commit is contained in:
parent
1d194d26da
commit
7355c8d270
1 changed files with 2 additions and 2 deletions
4
.github/workflows/e2e-cache.yml
vendored
4
.github/workflows/e2e-cache.yml
vendored
|
@ -48,7 +48,7 @@ jobs:
|
|||
python-version: ${{ matrix.python-version }}
|
||||
cache: 'pipenv'
|
||||
- name: Install pipenv
|
||||
run: curl https://raw.githubusercontent.com/pypa/pipenv/master/get-pipenv.py | python
|
||||
run: curl https://raw.githubusercontent.com/pypa/pipenv/main/get-pipenv.py | python
|
||||
- name: Install dependencies
|
||||
shell: pwsh
|
||||
run: |
|
||||
|
@ -96,7 +96,7 @@ jobs:
|
|||
cache: 'pipenv'
|
||||
cache-dependency-path: '**/pipenv-requirements.txt'
|
||||
- name: Install pipenv
|
||||
run: curl https://raw.githubusercontent.com/pypa/pipenv/master/get-pipenv.py | python
|
||||
run: curl https://raw.githubusercontent.com/pypa/pipenv/main/get-pipenv.py | python
|
||||
- name: Install dependencies
|
||||
shell: pwsh
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue