diff --git a/.github/workflows/capture_new_migrations.yml b/.github/workflows/capture_new_migrations.yml index d44405a72a1e..355a8ecbfa19 100644 --- a/.github/workflows/capture_new_migrations.yml +++ b/.github/workflows/capture_new_migrations.yml @@ -108,10 +108,6 @@ jobs: pip check # fail if this test-reqs/Django combination is broken fi - - name: list installed package versions - run: | - pip freeze - - name: Run Tests env: LMS_CFG: lms/envs/minimal.yml