Skip to content

Commit

Permalink
gotta install pipenv
Browse files Browse the repository at this point in the history
  • Loading branch information
tmclaugh committed Aug 8, 2024
1 parent 47de8bd commit 135e176
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ jobs:
python-version: 3.12
cache: pipenv

- name: Install pipenv
id: install-pipenv
shell: bash
run: python -m pip install --upgrade pipenv


- name: Install dependencies
id: install-python-deps
shell: bash
Expand Down

0 comments on commit 135e176

Please sign in to comment.