|
@@ -30,7 +30,7 @@ jobs:
|
|
run: pip install --upgrade pipenv
|
|
run: pip install --upgrade pipenv
|
|
|
|
|
|
- name: Install Setuptools and wheel
|
|
- name: Install Setuptools and wheel
|
|
- run: pip install --upgrade setuptools wheel
|
|
|
|
|
|
+ run: pipenv run pip install --upgrade setuptools wheel
|
|
|
|
|
|
- name: Install Dependencies
|
|
- name: Install Dependencies
|
|
run: pipenv install --dev --python=${{ matrix.python-version }}
|
|
run: pipenv install --dev --python=${{ matrix.python-version }}
|
|
@@ -60,7 +60,7 @@ jobs:
|
|
|
|
|
|
submit_tests:
|
|
submit_tests:
|
|
needs: [partial-tests]
|
|
needs: [partial-tests]
|
|
- timeout-minutes: 20
|
|
|
|
|
|
+ timeout-minutes: 40
|
|
strategy:
|
|
strategy:
|
|
fail-fast: false
|
|
fail-fast: false
|
|
matrix:
|
|
matrix:
|
|
@@ -88,7 +88,7 @@ jobs:
|
|
|
|
|
|
standalone_tests:
|
|
standalone_tests:
|
|
needs: [partial-tests]
|
|
needs: [partial-tests]
|
|
- timeout-minutes: 20
|
|
|
|
|
|
+ timeout-minutes: 40
|
|
strategy:
|
|
strategy:
|
|
fail-fast: false
|
|
fail-fast: false
|
|
matrix:
|
|
matrix:
|