File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -28,20 +28,20 @@ jobs:
28
28
python-version : ${{ matrix.python-version }}
29
29
- name : Install poetry
30
30
run : |
31
- pip install poetry
31
+ pip install --yes poetry
32
32
shell : bash
33
33
- name : Set poetry env
34
34
run : |
35
35
poetry config virtualenvs.create false
36
36
poetry install --no-root --no-dev
37
- pip install taskipy cython
37
+ pip install --yes taskipy cython
38
38
task build -f sdist
39
39
pip uninstall --yes taskipy cython
40
40
shell : bash
41
41
- name : Install package artifact
42
42
run : |
43
- pip install dist/dxfeed*
44
- pip uninstall dxfeed
43
+ pip install --yes dist/dxfeed*
44
+ pip uninstall --yes dxfeed
45
45
shell : bash
46
46
build :
47
47
needs : installation
62
62
python-version : ${{ matrix.python-version }}
63
63
- name : Install poetry
64
64
run : |
65
- pip install poetry
65
+ pip install --yes poetry
66
66
shell : bash
67
67
- name : Set poetry env
68
68
run : |
You can’t perform that action at this time.
0 commit comments