diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 05825aa9004f409d0a2dc1e0ea145210bf50d13b..af7b3d3b0f54340a91eb7c1d1d81a1341103f8e9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ jobs: name: test runs-on: ubuntu-latest steps: - - run: cd ../../backend/secfit + - run: cd backend/secfit - run: apt-get update -qy - run: pip install -r requirements.txt