Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Apr 6, 2024
1 parent bfe51a8 commit 2a112b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 2a112b3

Please sign in to comment.