From 310b579f491e2e620ede0f1ba936cb859f47511e Mon Sep 17 00:00:00 2001 From: Tom Birdsong Date: Thu, 27 Apr 2023 15:50:17 -0400 Subject: [PATCH] BUG: Remove Linux notebook check from CI --- .github/workflows/build-test-package.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build-test-package.yml b/.github/workflows/build-test-package.yml index a41b1b6..ac9481e 100644 --- a/.github/workflows/build-test-package.yml +++ b/.github/workflows/build-test-package.yml @@ -8,7 +8,5 @@ jobs: python-build-workflow: uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@e885a99c2e34497c4c5c0c1428a269fb0aae7902 - with: - test-notebooks: true secrets: pypi_password: ${{ secrets.pypi_password }}