diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2435285c434f84c61da9b8ebde46cfec9f8217be..af7b3d3b0f54340a91eb7c1d1d81a1341103f8e9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,9 +8,9 @@ jobs: name: test runs-on: ubuntu-latest steps: + - run: cd backend/secfit - run: apt-get update -qy - run: pip install -r requirements.txt - working-directory: ./backend/secfit staging: name: staging diff --git a/backend/secfit/media/test.py b/backend/secfit/media/test.py deleted file mode 100644 index 34b6ada76ac31c096f67a075732f501269059717..0000000000000000000000000000000000000000 --- a/backend/secfit/media/test.py +++ /dev/null @@ -1 +0,0 @@ -hello = "hello" \ No newline at end of file