Skip to content

Commit

Permalink
ci: pin pipenv to 2023.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yashlamba committed Aug 12, 2024
1 parent c9323f6 commit c4697fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- name: Generate dependencies
run: |
pip install "pipenv==2022.11.25"
pip install "pipenv==2023.12.1"
- name: Install dependencies
run: |
Expand Down

0 comments on commit c4697fe

Please sign in to comment.