Docker tests fixes to install dependencies
This commit is contained in:
Родитель
30789ed5ca
Коммит
64d5b21c73
|
@ -32,8 +32,7 @@ jobs:
|
|||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple -U azure-functions --pre
|
||||
python -m pip install -U -e .[dev]
|
||||
python -m pip install -r requirements.txt
|
||||
python setup.py build
|
||||
- name: Running 3.7 Tests
|
||||
if: matrix.python-version == 3.7
|
||||
|
|
|
@ -29,6 +29,7 @@ jobs:
|
|||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install -r requirements.txt
|
||||
python setup.py build
|
||||
- name: Running 3.7 Tests
|
||||
if: matrix.python-version == 3.7
|
||||
|
|
|
@ -49,6 +49,7 @@ jobs:
|
|||
python-version: ${{ env.python_version }}
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install -r requirements.txt
|
||||
python setup.py build
|
||||
- name: Running 3.7 Tests
|
||||
if: env.python_version == 3.7
|
||||
|
|
|
@ -29,6 +29,7 @@ jobs:
|
|||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install -r requirements.txt
|
||||
python setup.py build
|
||||
- name: Running 3.7 Tests
|
||||
if: matrix.python-version == 3.7
|
||||
|
|
Загрузка…
Ссылка в новой задаче