Skip to content

Commit a072713

Browse files
committed
Set up Python for Azure Managed tests
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 61acbc5e-7c07-42a7-8e38-31329c4befce
1 parent 9d8934f commit a072713

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/durabletask-azuremanaged.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ jobs:
4040
- name: Checkout repository
4141
uses: actions/checkout@v4
4242

43+
- name: Set up Python ${{ matrix.python-version }}
44+
uses: actions/setup-python@v5
45+
with:
46+
python-version: ${{ matrix.python-version }}
47+
4348
- name: Install Nox
4449
run: |
4550
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)