From ecd2762d776da73e4059d77388bc9456a0ffbd73 Mon Sep 17 00:00:00 2001 From: Awais Qureshi Date: Tue, 31 Oct 2023 15:29:03 +0500 Subject: [PATCH] build: capturing new migrations. --- .github/workflows/capture_new_migrations.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/capture_new_migrations.yml b/.github/workflows/capture_new_migrations.yml index d310a0eaa3bc..621a57f80507 100644 --- a/.github/workflows/capture_new_migrations.yml +++ b/.github/workflows/capture_new_migrations.yml @@ -82,15 +82,15 @@ jobs: with: python-version: ${{ matrix.python-version }} - - name: Install system Packages - run: | - sudo apt-get update - make ubuntu-requirements - - - name: Get pip cache dir - id: pip-cache-dir - run: | - echo "::set-output name=dir::$(pip cache dir)" +# - name: Install system Packages +# run: | +# sudo apt-get update +# make ubuntu-requirements +# +# - name: Get pip cache dir +# id: pip-cache-dir +# run: | +# echo "::set-output name=dir::$(pip cache dir)" # - name: Cache pip dependencies # id: cache-dependencies