Skip to content

Commit d05a8bf

Browse files
committed
tweak
1 parent 2f529ef commit d05a8bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/functional-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ jobs:
7272
pip install --upgrade pip
7373
pip install --upgrade pipenv
7474
pipenv lock --clear
75-
pipenv install --system
76-
pipenv run pytest ${{ matrix.test_targets.target}} --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
75+
pipenv install -d --system
76+
pytest ${{ matrix.test_targets.target}} --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
7777
7878
- name: Save server output
7979
if: ${{ always() }}

0 commit comments

Comments
 (0)