From bd64510e718b8bc25c6baf8da784f340d828674c Mon Sep 17 00:00:00 2001 From: James Friel Date: Fri, 17 Nov 2023 15:21:02 +0000 Subject: [PATCH] install python --- .github/workflows/dotnet-core.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index fd8cd43..342b24c 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -30,6 +30,10 @@ jobs: uses: crazy-max/ghaction-chocolatey@v3 with: args: install -r sqllocaldb --no-progress + - name: Install python2 + uses: crazy-max/ghaction-chocolatey@v3 + with: + args: install -r python2 - name: Populate Databases.yaml shell: bash run: |