mirror of
https://github.com/neondatabase/neon.git
synced 2026-06-03 13:30:38 +00:00
install
This commit is contained in:
4
.github/workflows/build_and_test.yml
vendored
4
.github/workflows/build_and_test.yml
vendored
@@ -54,6 +54,10 @@ jobs:
|
||||
build-tag: ${{steps.build-tag.outputs.tag}}
|
||||
|
||||
steps:
|
||||
- name: Install az cli
|
||||
run: |
|
||||
pip install azure
|
||||
|
||||
- uses: azure/login@6c251865b4e6290e7b78be643ea2d005bc51f69a # v2.1.1
|
||||
with:
|
||||
client-id: ${{ secrets.AZURE_RUNNER_CLIENT_ID }}
|
||||
|
||||
Reference in New Issue
Block a user