Skip to content

Commit

Permalink
edit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ieee8023 committed Dec 12, 2023
1 parent a6a79c1 commit b94e7ab
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 @@ -48,11 +48,11 @@ jobs:
- name: Install Dev dependencies
run: |
pip install --upgrade pip
pip install -r requirements-dev.txt --no-build-isolation
pip install -r requirements-dev.txt
- name: Install XRV library
run: |
pip install -e $GITHUB_WORKSPACE
pip install -e $GITHUB_WORKSPACE --no-build-isolation
- name: Install torch version
run: |
Expand Down

0 comments on commit b94e7ab

Please sign in to comment.