Skip to content

Commit

Permalink
chore: update setup tools
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan committed Sep 15, 2023
1 parent 3ff62b8 commit bea47c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install Dependencies
run: pip install -r requirements/ci.txt
run: |
pip install --upgrade setuptools
pip install -r requirements/ci.txt
- name: Run Tests
run: tox -e ${{ matrix.toxenv }}
Expand Down

0 comments on commit bea47c8

Please sign in to comment.