Skip to content

Commit c3d9f33

Browse files
committed
Workflow fixes
1 parent d681930 commit c3d9f33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/divert_sim.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,12 @@ jobs:
8181
cache: 'pip' # caching pip dependencies
8282

8383
- name: Install dependencies
84-
run: pip install -r requirements.txt
84+
run: pip install -r OpenEVSE_WiFi/divert_sim/requirements.txt
8585

8686
- name: run tests
8787
run: |
8888
cd OpenEVSE_WiFi/divert_sim
89-
pytest -v --color=yes --junitxml=output/test_results.xml --html=output/test.html --self-contained-html
89+
pytest -v --color=yes --junitxml=output/test_results.xml
9090
9191
- name : Upload test results
9292
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)