diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 51decd62f..0fece9047 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,6 +20,6 @@ jobs: - name: Install dependencies run: | pip install .[dev] - pip install git+https://github.com/overhangio/tutor-mfe.git@main + pip install git+https://github.com/overhangio/tutor-mfe.git@main#egg=tutor-mfe - name: Test lint, types, and format run: make test