2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-01-29 01:23:37 +00:00

chore(ci): Re-enable codspeed runner (#11120)

* re-enable codspeed runner

* dummy change

* add readme entry

* do not run codspeed in forks

* set node version

* also set up node

* fix link
This commit is contained in:
Matthias Mair
2026-01-14 12:03:23 +01:00
committed by GitHub
parent 8715151e4f
commit 22d6f7d191
3 changed files with 16 additions and 4 deletions

View File

@@ -17,6 +17,7 @@ def main():
'available on your PYTHONPATH environment variable? Did you '
'forget to activate a virtual environment?'
) from exc
execute_from_command_line(sys.argv)