File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 9999 shell : bash
100100 command : |
101101 . ~/.profile
102- xvfb-run --auto-servernum pytest spyder-notebook/spyder_notebook -vv
102+ cd spyder-notebook
103+ xvfb-run --auto-servernum pytest spyder_notebook -vv
103104 - name : Run tests (MacOS)
104105 if : matrix.OS == 'macos'
105106 uses : nick-fields/retry@v3
@@ -109,11 +110,14 @@ jobs:
109110 shell : bash
110111 command : |
111112 . ~/.profile
112- pytest spyder-notebook/spyder_notebook -vv
113+ cd spyder-notebook
114+ pytest spyder_notebook -vv
113115 - name : Run tests (Windows)
114116 if : matrix.OS == 'windows'
115117 uses : nick-fields/retry@v3
116118 with :
117119 timeout_minutes : 10
118120 max_attempts : 3
119- command : pytest spyder-notebook/spyder_notebook -vv
121+ command : |
122+ cd spyder-notebook
123+ pytest spyder_notebook -vv
You can’t perform that action at this time.
0 commit comments