CHORE: Update run.bash to have the correct shebang

This commit is contained in:
Luke Else 2024-02-18 20:13:25 +00:00
parent 59c94e6c51
commit c04f3fa5f8

View File

@ -1,4 +1,4 @@
#! /bin/bash #!/bin/bash
pytest --disable-warnings pytest --disable-warnings
python ./scripts/create_database.py python ./scripts/create_database.py