Skip to content

Commit

Permalink
Add back PG dependency?
Browse files Browse the repository at this point in the history
  • Loading branch information
hrichards committed Aug 27, 2024
1 parent bd4644b commit fd9908a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
python-version: 3.6
- name: Install dependencies
run: |
npm i pg
python -m venv venv
source venv/bin/activate
pip install -r requirements-setup.txt
Expand Down

0 comments on commit fd9908a

Please sign in to comment.