Skip to content

Commit

Permalink
Install packages to system
Browse files Browse the repository at this point in the history
  • Loading branch information
collinmutembei committed Oct 19, 2023
1 parent 8535074 commit 7fdf7da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Install dependencies
if: steps.cache-pipenv.outputs.cache-hit != 'true'
run: |
pipenv requirements --dev > requirements.txt && pip install -r requirements.txt
pipenv install --system --deploy --dev
- name: Run Linters and Checks
run: |
Expand Down

0 comments on commit 7fdf7da

Please sign in to comment.