diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 225e7b1f..35fb7b2b 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -38,7 +38,7 @@ jobs: with: cache: "pip" python-version: "3.11" - - run: pip install . -r requirements.txt + - run: pip install -e . -r requirements.txt - name: Run Ape Tests run: ape test