From 5e6ce104e169dbea039575a6b54446357293f81c Mon Sep 17 00:00:00 2001 From: frack113 <62423083+frack113@users.noreply.github.com> Date: Sun, 27 Oct 2024 19:45:38 +0100 Subject: [PATCH] Update format.yaml --- .github/workflows/format.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml index b69e05d..10864b8 100644 --- a/.github/workflows/format.yaml +++ b/.github/workflows/format.yaml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 - - name: Hack setup-python cache + - name: Create requirements file for setup-python run: touch ./requirements.txt - name: Install Python uses: actions/setup-python@v5 @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 - - name: Hack setup-python cache + - name: Create requirements file for setup-python run: touch ./requirements.txt - name: Install Python uses: actions/setup-python@v5