Skip to content

Commit

Permalink
Install pipenv
Browse files Browse the repository at this point in the history
  • Loading branch information
jgiannuzzi committed Aug 17, 2023
1 parent a2ea16d commit 6040ff6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,9 @@ jobs:
with:
python-version: "3.11"

- name: Install pipenv
run: pip install pipenv==2022.12.19

- name: Install arm64 cross-compilation toolchain on Linux
if: matrix.os == 'linux' && matrix.arch == 'arm64'
run: |
Expand Down

0 comments on commit 6040ff6

Please sign in to comment.