Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update get-pipenv.py #6260

Merged
merged 2 commits into from
Sep 29, 2024
Merged

Update get-pipenv.py #6260

merged 2 commits into from
Sep 29, 2024

Conversation

oz123
Copy link
Contributor

@oz123 oz123 commented Sep 28, 2024

Fix #6259

@oz123 oz123 requested a review from matteius September 28, 2024 21:51
@oz123 oz123 force-pushed the fix-get-pipenv branch 2 times, most recently from 8e9704b to 7d22200 Compare September 29, 2024 20:13
This file can not be parsed by ruff.
@matteius matteius merged commit d9e6dfe into main Sep 29, 2024
16 of 22 checks passed
@matteius matteius deleted the fix-get-pipenv branch September 29, 2024 21:01
@a94763075
Copy link

a94763075 commented Sep 30, 2024

python: 3.9.13

jobs:
  build:

    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@v3
      - name: Set up Python 3.x
        uses: actions/setup-python@v4
        with:
          python-version: "3.9"
          cache: "pipenv"
      - name: Install pipenv
        run: curl https://raw.githubusercontent.com/pypa/pipenv/master/get-pipenv.py | python

Failed install pipenv after this branch merged
image

@oz123
Copy link
Contributor Author

oz123 commented Sep 30, 2024

@a94763075 fixed in a2ed936.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

get-pipenv.py fails with Python 3.12
3 participants