File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 4444 with :
4545 workspaces : temporalio/bridge -> target
4646 - uses : astral-sh/setup-uv@v5
47- - run : python -m pip install poethepoet
4847 - run : uv sync --all-extras
4948 - run : uv build
5049
Original file line number Diff line number Diff line change 4747 version : " 23.x"
4848 repo-token : ${{ secrets.GITHUB_TOKEN }}
4949 - uses : astral-sh/setup-uv@v5
50- - run : python -m pip install poethepoet
50+ - run : uv tool install poethepoet
5151 - run : uv sync --all-extras
5252 - run : poe bridge-lint
5353 if : ${{ matrix.clippyLinter }}
Original file line number Diff line number Diff line change 4646
4747 - uses : astral-sh/setup-uv@v5
4848 # Build
49- - run : python -m pip install --upgrade wheel poethepoet
49+ - run : uv tool install poethepoet
5050 - run : uv sync --all-extras
5151 - run : poe build-develop-with-release
5252
Original file line number Diff line number Diff line change 11FROM python:3.10
22
3- RUN python -m pip install --upgrade wheel poethepoet
43RUN curl -LsSf https://astral.sh/uv/install.sh | sh
4+ RUN uv tool install poethepoet
55VOLUME ["/api_new" , "/bridge_new" ]
66
77COPY ./ ./
You can’t perform that action at this time.
0 commit comments