From 25bc54411df758acd0d18636efd6dc0b95a3e056 Mon Sep 17 00:00:00 2001 From: Spirillen Date: Wed, 20 Mar 2024 05:41:49 +0100 Subject: [PATCH] action test v2 --- .github/workflows/master.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index d3bc346..ba5be74 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -25,8 +25,7 @@ jobs: with: python-version: 3.11 run: | - if [ -f requirements.txt ]; then python3.11 -m pip install - --no-cache-dir -r requirements.txt; fi + if [ -f requirements.txt ]; then python3.11 -m pip install --no-cache-dir -r requirements.txt; fi - name: 'Sort the lists hierarchical' run: |