From c482edf948fe70b8df1eecd5b1bc72363ae5a4de Mon Sep 17 00:00:00 2001 From: rangoiv Date: Thu, 11 Apr 2024 00:29:33 +0200 Subject: [PATCH] actions --- .github/workflows/python-app.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index c70c459..c36c0b4 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -33,7 +33,6 @@ jobs: uses: supercharge/redis-github-action@1.4.0 with: redis-version: ${{ matrix.redis-version }} - redis-container-name: redis/redis-stack-server:latest redis-port: 6379 - name: Lint with flake8 run: |