File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -91,16 +91,16 @@ project. This folder can be safely deleted every time before running the project
9191
9292## Troubleshooting
9393
94- 1 . If you are on a Windows machine and pytask does not work, you may try
94+ If you are on a Windows machine and pytask does not work, you may try
9595
9696``` console
9797$ conda activate project_mbb
9898$ pip install kaleido==0.1.0.post1
9999```
100100
101- 1 . If Pytest has problems, it may be because you run Pytest before Pytask. Some tests
102- build on the data structure and the plots. In this case, to test like this was the
103- best way to be sure that everything is working correctly.
101+ If Pytest has problems, it may be because you run Pytest before Pytask. Some tests
102+ build on the data structure and the plots. In this case, to test like this was the
103+ best way to be sure that everything is working correctly.
104104
105105# Cleaning Part Description (Extra, not mandatory to read)
106106
You can’t perform that action at this time.
0 commit comments