Skip to content

Commit

Permalink
Install pipenv
Browse files Browse the repository at this point in the history
Install pipenv prior to running the setup script.
  • Loading branch information
JN-Hernandez committed May 3, 2024
1 parent 872b599 commit 2eb285e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ jobs:
- uses: actions/checkout@v2

- name: Run Setup
run: ./scripts/setup
run: |
pip install pipenv
./scripts/setup

0 comments on commit 2eb285e

Please sign in to comment.