"git@developer.sourcefind.cn:wangsen/paddle_dbnet.git" did not exist on "55492911dd74a95480d4af214c98f813eb8b0584"
Commit 77c89335 authored by comfyanonymous's avatar comfyanonymous
Browse files

Fix previous commit that broke tests.

parent e0c0029f
...@@ -16,7 +16,8 @@ jobs: ...@@ -16,7 +16,8 @@ jobs:
- name: Install requirements - name: Install requirements
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu -r requirements.txt pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
pip install -r requirements.txt
- name: Run Tests - name: Run Tests
run: | run: |
npm ci npm ci
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment