Skip to content

Commit

Permalink
chore: Update ci.yml, Install pip requirements rather than update set…
Browse files Browse the repository at this point in the history
…uptools
  • Loading branch information
farhan committed Sep 22, 2023
1 parent fd85d6a commit 81ffab8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install pip
run: pip install -r requirements/pip.txt

- name: Install Dependencies
run: |
pip install --upgrade setuptools
pip install -r requirements/ci.txt
run: pip install -r requirements/ci.txt

- name: Run Tests
run: tox -e ${{ matrix.toxenv }}
Expand Down

0 comments on commit 81ffab8

Please sign in to comment.