Skip to content

Commit

Permalink
Correction bug
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentMagn committed Nov 22, 2023
1 parent 450ff28 commit bfbfcc1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Install dependencies
run: make install-ci-dependencies
- name: Set CUDA_VISIBLE_DEVICES
run: echo "CUDA_VISIBLE_DEVICES=-1" >> $GITHUB_ENV

- name: Install dependency manager
uses: snok/install-poetry@v1

- name: Install dependencies
run: make install-dependencies
Expand Down

0 comments on commit bfbfcc1

Please sign in to comment.