File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments