Skip to content

Commit

Permalink
have to run npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisclark committed Dec 26, 2023
1 parent 5138fc6 commit a78a631
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
npm install
python -m pip install --upgrade pip
pip install -r requirements/base.txt
pip install -r requirements/optional.txt
Expand Down Expand Up @@ -108,6 +109,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
npm install
python -m pip install --upgrade pip
pip install ${{ matrix.django-version }} coverage
python setup.py install
Expand Down

0 comments on commit a78a631

Please sign in to comment.