From af9ef1da23cc3647f1519781ff75ee451058958d Mon Sep 17 00:00:00 2001 From: k3nny Date: Wed, 27 Nov 2024 22:51:28 +0100 Subject: [PATCH] test ci --- .gitea/workflows/lint.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/lint.yml b/.gitea/workflows/lint.yml index ffdc5db..03a425c 100644 --- a/.gitea/workflows/lint.yml +++ b/.gitea/workflows/lint.yml @@ -17,4 +17,6 @@ jobs: uses: https://github.com/actions/setup-python@v4 with: python-version: '3.12' - cache: 'pip' # caching pip dependencies \ No newline at end of file + cache: 'pip' # caching pip dependencies + - name: Install dependencies + run: pip3 install -r requirements.txt \ No newline at end of file