Skip to content

Commit b467c0b

Browse files
committed
merge
1 parent 317591d commit b467c0b

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/ci-app-tests.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -78,16 +78,11 @@ jobs:
7878
- name: Switch PyTorch URL
7979
run: python -c "print('TORCH_URL=https://download.pytorch.org/whl/' + str('test/cpu/torch_test.html' if '${{matrix.release}}' == 'pre' else 'cpu/torch_stable.html'))" >> $GITHUB_ENV
8080

81-
- name: Install package
81+
- name: Install package & depenencies
8282
env:
8383
PACKAGE_NAME: ${{ matrix.pkg-name }}
8484
run: |
85-
pip install -e . pytest --upgrade --find-links ${TORCH_URL}
86-
pip list
87-
88-
- name: Install dependencies
89-
run: |
90-
pip install -r requirements/app/devel.txt --quiet --find-links ${TORCH_URL}
85+
pip install -e . -r requirements/app/devel.txt -U -q --find-links ${TORCH_URL}
9186
pip list
9287
9388
- name: Setup Node.js

0 commit comments

Comments
 (0)