Skip to content

Commit

Permalink
Misc
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed Dec 9, 2020
1 parent 4452533 commit 651eca8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -569,15 +569,15 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: ${{env.DOTNET_VERSION}}
if: matrix.test-suite != 'notebookWithoutPythonExt'
if: matrix.test-suite == 'integration' || matrix.test-suite == 'notebook' || matrix.test-suite == 'conda'

- name: Install .NET Interactive
run: dotnet tool install -g --add-source "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" Microsoft.dotnet-interactive
if: matrix.test-suite != 'notebookWithoutPythonExt'
if: matrix.test-suite == 'integration' || matrix.test-suite == 'notebook' || matrix.test-suite == 'conda'

- name: Install .NET Kernel
run: dotnet interactive jupyter install
if: matrix.test-suite != 'notebookWithoutPythonExt'
if: matrix.test-suite == 'integration' || matrix.test-suite == 'notebook' || matrix.test-suite == 'conda'

- name: Install Julia
uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit 651eca8

Please sign in to comment.