Skip to content

Commit

Permalink
install python
Browse files Browse the repository at this point in the history
  • Loading branch information
JFriel committed Nov 17, 2023
1 parent 6c181fe commit bd64510
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit bd64510

Please sign in to comment.