Skip to content

Commit 58d647e

Browse files
committed
Upgrade yml
1 parent b5f78d9 commit 58d647e

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,16 @@ jobs:
3535
with:
3636
python-version: ${{ matrix.python-version }}
3737
enable-cache: true
38+
- name: Install Poe
39+
run: uv tool install poethepoet
3840
- name: EtoE Test with pytest
3941
env:
4042
TEST_DATABASE: ${{ secrets.TEST_DATABASE }}
4143
TEST_BLOB: ${{ secrets.TEST_BLOB }}
4244
ENGINE_CONNECTION_STRING: ${{ secrets.ENGINE_CONNECTION_STRING }}
4345
APPLICATION_INSIGHTS_ENGINE_CONNECTION_STRING: https://ade.applicationinsights.io/subscriptions/12534eb3-8109-4d84-83ad-576c0d5e1d06/resourcegroups/clients_e2e_test/providers/microsoft.insights/components/kusto-e2e-app-insights
4446
APPLICATION_INSIGHTS_TEST_DATABASE: kusto-e2e-app-insights
45-
run: uvx poe test --ci
47+
run: poe test --ci
4648

4749
# todo: re-enable on a different PR
4850
# - name: "Run Ruff Formatter"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
python-version: '3.9'
2828
enable-cache: true
2929
- name: Build
30-
run: uv build --all
30+
run: uv build --all-packages
3131
- name: Publish
3232
uses: pypa/gh-action-pypi-publish@release/v1.12
3333
with:

0 commit comments

Comments
 (0)