Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
utf authored Aug 16, 2023
1 parent 449fcab commit 1fe5284
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install numpy packaging
pip install --user packaging --force
pip install wheel packaging
pip install numpy
pip install -r requirements.txt
pip install -e .[tests]
Expand Down

0 comments on commit 1fe5284

Please sign in to comment.