Skip to content

Commit 66b9086

Browse files
committed
Install wheel
1 parent 64d5b21 commit 66b9086

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/ci_consumption_workflow.yml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
python-version: ${{ matrix.python-version }}
3333
- name: Install dependencies
3434
run: |
35+
python -m pip install wheel
3536
python -m pip install -r requirements.txt
3637
python setup.py build
3738
- name: Running 3.7 Tests

.github/workflows/ci_docker_con_workflow.yml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
python-version: ${{ matrix.python-version }}
3030
- name: Install dependencies
3131
run: |
32+
python -m pip install wheel
3233
python -m pip install -r requirements.txt
3334
python setup.py build
3435
- name: Running 3.7 Tests

.github/workflows/ci_docker_custom_workflow.yml

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
python-version: ${{ env.python_version }}
5050
- name: Install dependencies
5151
run: |
52+
python -m pip install wheel
5253
python -m pip install -r requirements.txt
5354
python setup.py build
5455
- name: Running 3.7 Tests

.github/workflows/ci_docker_ded_workflow.yml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
python-version: ${{ matrix.python-version }}
3030
- name: Install dependencies
3131
run: |
32+
python -m pip install wheel
3233
python -m pip install -r requirements.txt
3334
python setup.py build
3435
- name: Running 3.7 Tests

0 commit comments

Comments
 (0)