From 31d669bd941c4303f7a67ceec482658880e4b1bd Mon Sep 17 00:00:00 2001 From: frack113 <62423083+frack113@users.noreply.github.com> Date: Sun, 27 Oct 2024 19:45:57 +0100 Subject: [PATCH] Update lint.yaml --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index a459371..f16a3f7 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -13,7 +13,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