We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d681930 commit c3d9f33Copy full SHA for c3d9f33
.github/workflows/divert_sim.yaml
@@ -81,12 +81,12 @@ jobs:
81
cache: 'pip' # caching pip dependencies
82
83
- name: Install dependencies
84
- run: pip install -r requirements.txt
+ run: pip install -r OpenEVSE_WiFi/divert_sim/requirements.txt
85
86
- name: run tests
87
run: |
88
cd OpenEVSE_WiFi/divert_sim
89
- pytest -v --color=yes --junitxml=output/test_results.xml --html=output/test.html --self-contained-html
+ pytest -v --color=yes --junitxml=output/test_results.xml
90
91
- name : Upload test results
92
uses: actions/upload-artifact@v3
0 commit comments