We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fde1cdd commit 035f2aeCopy full SHA for 035f2ae
1 file changed
.github/workflows/scriptcheck.yml
@@ -184,6 +184,8 @@ jobs:
184
- name: test donate_cpu_server
185
run: |
186
python -m pytest -Werror --strict-markers -vv tools/donate_cpu_server_test.py
187
+ # TODO: why is this file generated? also should be in a temporary folder if possible
188
+ rm -f tools/donate-cpu-server.log
189
env:
190
PYTHONPATH: ./tools
191
0 commit comments