From 2a112b3dd49a7362331852ee1babb23adfa2fdce Mon Sep 17 00:00:00 2001 From: rusty1s Date: Sat, 6 Apr 2024 09:45:12 +0000 Subject: [PATCH] update --- .github/workflows/install.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index d0c5d410..95073941 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -29,8 +29,9 @@ jobs: - name: Install package run: | - # source ./.github/workflows/cuda/${{ runner.os }}-env.sh ${{ matrix.cuda-version }} + source ./.github/workflows/cuda/${{ runner.os }}-env.sh ${{ matrix.cuda-version }} pip install --verbose -e . + shell: bash - name: Test imports run: |