Skip to content

Commit 0a4ec48

Browse files
committed
test fix
1 parent 4f5955d commit 0a4ec48

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ jobs:
5151
- name: Install dependencies
5252
run: |
5353
python -m pip install --upgrade pip
54-
python -m pip install -r requirements/dev.txt
55-
python -m pip install -e .[test]
54+
python -m pip install -e .[dev,torch]
5655
- name: run RStudio Connect
5756
run: |
5857
docker-compose up --build -d

0 commit comments

Comments
 (0)