From c356cf787390b23d7198b45501bdf9c095fcfbad Mon Sep 17 00:00:00 2001 From: Rickard Date: Wed, 7 Feb 2024 19:30:24 +0100 Subject: [PATCH] Skip checkout nvidia cub --- .github/workflows/python-package.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 265128637..81c5ae360 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -44,13 +44,6 @@ jobs: - name: Add msbuild to PATH uses: microsoft/setup-msbuild@v1.1 if: ${{ startsWith(matrix.os, 'windows') }} - # Check out dependencies code - - uses: actions/checkout@v4 - name: Check out NVidia cub - with: - repository: nvidia/cub - ref: 1.11.0 - path: dependencies/cub # Compile C++ code - name: Build C++ shell: bash @@ -117,13 +110,6 @@ jobs: - name: Add msbuild to PATH uses: microsoft/setup-msbuild@v1.1 if: ${{ startsWith(matrix.os, 'windows') }} - # Check out dependencies code - - uses: actions/checkout@v4 - name: Check out NVidia cub - with: - repository: nvidia/cub - ref: 1.11.0 - path: dependencies/cub # Compile C++ code - name: Build C++ shell: bash