We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f5955d commit 0a4ec48Copy full SHA for 0a4ec48
1 file changed
.github/workflows/tests.yml
@@ -51,8 +51,7 @@ jobs:
51
- name: Install dependencies
52
run: |
53
python -m pip install --upgrade pip
54
- python -m pip install -r requirements/dev.txt
55
- python -m pip install -e .[test]
+ python -m pip install -e .[dev,torch]
56
- name: run RStudio Connect
57
58
docker-compose up --build -d
0 commit comments