Skip to content

Commit

Permalink
Updated libraries to resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmet-yoti committed Nov 29, 2024
1 parent b2f8888 commit 2847cc7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,13 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- run: pip install -U setuptools
- name: Upgrade pip, setuptools, and wheel
run: |
pip install --upgrade pip setuptools wheel
- run: pip install -r requirements.txt
- name: Install dependencies
run: |
pip install -r requirements.txt
- run: pip install -e .[dev]

Expand Down

0 comments on commit 2847cc7

Please sign in to comment.