Skip to content

Commit

Permalink
ci: Update pip install order
Browse files Browse the repository at this point in the history
  • Loading branch information
marksweb committed Dec 29, 2023
1 parent 2d455ee commit 2f5e414
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r tests/requirements/${{ matrix.requirements-file }}
pip install ${{ matrix.cms-version }}
python -m pip install -r tests/requirements/${{ matrix.requirements-file }}
python -m pip install ${{ matrix.cms-version }}
python setup.py install
- name: Run coverage
Expand Down

0 comments on commit 2f5e414

Please sign in to comment.