diff --git a/.github/workflows/unit-tests-gh-hosted.yml b/.github/workflows/unit-tests-gh-hosted.yml index c493bcdbf374..fd01feeccd99 100644 --- a/.github/workflows/unit-tests-gh-hosted.yml +++ b/.github/workflows/unit-tests-gh-hosted.yml @@ -67,7 +67,7 @@ jobs: run: | pip install -r requirements/pip.txt pip install -r requirements/edx/development.txt --src ${{ runner.temp }} -# edx-platform installs some Python projects from within the edx-platform repo itself. + # edx-platform installs some Python projects from within the edx-platform repo itself. pip install -e . pip install "django~=${{ matrix.django-version }}.0"