diff --git a/.github/workflows/e2e-cache.yml b/.github/workflows/e2e-cache.yml index 61bee33d..8bf9a216 100644 --- a/.github/workflows/e2e-cache.yml +++ b/.github/workflows/e2e-cache.yml @@ -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: |