jhj0517 commited on
Commit
51b3bf5
·
1 Parent(s): 1f2b6d3

Remove debugging steps

Browse files
Files changed (1) hide show
  1. .github/workflows/ci.yml +0 -6
.github/workflows/ci.yml CHANGED
@@ -34,11 +34,5 @@ jobs:
34
  - name: Install dependencies
35
  run: pip install -r requirements.txt pytest
36
 
37
- - name: List pip packages
38
- run: pip list
39
-
40
- - name: Debug UVR installation
41
- run: python -c "import uvr"
42
-
43
  - name: Run test
44
  run: python -m pytest tests
 
34
  - name: Install dependencies
35
  run: pip install -r requirements.txt pytest
36
 
 
 
 
 
 
 
37
  - name: Run test
38
  run: python -m pytest tests