diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 630a709..63fe7d8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -69,8 +69,7 @@ jobs: - name: Install this repo run: | - # TODO: remove -e? - python -m pip install -e . + python -m pip install . - name: Log Python dependencies run: |