From 12a549bdb5b695a90e75d1517bbdd9944d7d0019 Mon Sep 17 00:00:00 2001 From: Caelan Sayler Date: Tue, 26 Dec 2023 10:17:10 +0000 Subject: [PATCH] ci: nbgv is installed on the ubuntu image --- .github/workflows/build.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f0c3f0b35..699a9c695 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -97,9 +97,6 @@ jobs: with: dotnet-version: 8.0.x - - name: Install NBGV - run: dotnet tool install -g nbgv - - name: Download Rust Artifacts uses: actions/download-artifact@v4 with: