From 4850e90fc8169cdb7d58996b81ab3e95da845b5f Mon Sep 17 00:00:00 2001 From: Yichao Liang Date: Sun, 22 Jun 2025 14:27:13 +0100 Subject: [PATCH] Fix yapf workflow --- .github/workflows/predicators.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/predicators.yml b/.github/workflows/predicators.yml index 1739fbb188..3dbbd14027 100644 --- a/.github/workflows/predicators.yml +++ b/.github/workflows/predicators.yml @@ -14,8 +14,6 @@ jobs: uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} - cache: 'pip' - cache-dependency-path: '**/setup.py' - run: | pip install -e . pip install pytest-cov==2.12.1 @@ -35,8 +33,6 @@ jobs: uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} - cache: 'pip' - cache-dependency-path: '**/setup.py' - name: Install dependencies run: | pip install -e . @@ -55,8 +51,6 @@ jobs: uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} - cache: 'pip' - cache-dependency-path: '**/setup.py' - name: Install dependencies run: | pip install -e . @@ -77,8 +71,6 @@ jobs: uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} - cache: 'pip' - cache-dependency-path: '**/setup.py' - name: Install dependencies run: | pip install yapf==0.32.0 @@ -101,8 +93,6 @@ jobs: uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} - cache: 'pip' - cache-dependency-path: '**/setup.py' - name: Install dependencies run: | pip install isort==5.10.1 @@ -122,8 +112,6 @@ jobs: uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} - cache: 'pip' - cache-dependency-path: '**/setup.py' - name: Install dependencies run: | pip install docformatter==1.4