File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,19 +28,19 @@ jobs:
2828 python-version : ${{ matrix.python-version }}
2929 - name : Install poetry
3030 run : |
31- pip install --yes poetry
31+ pip install poetry
3232 shell : bash
3333 - name : Set poetry env
3434 run : |
3535 poetry config virtualenvs.create false
3636 poetry install --no-root --no-dev
37- pip install --yes taskipy cython
37+ pip install taskipy cython
3838 task build -f sdist
3939 pip uninstall --yes taskipy cython
4040 shell : bash
4141 - name : Install package artifact
4242 run : |
43- pip install --yes dist/dxfeed*
43+ pip install dist/dxfeed*
4444 pip uninstall --yes dxfeed
4545 shell : bash
4646 build :
6262 python-version : ${{ matrix.python-version }}
6363 - name : Install poetry
6464 run : |
65- pip install --yes poetry
65+ pip install poetry
6666 shell : bash
6767 - name : Set poetry env
6868 run : |
You can’t perform that action at this time.
0 commit comments