Skip to content

Commit

Permalink
maybe we dont need docker
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Nov 24, 2024
1 parent 1573ce1 commit ac9e3c1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/tests_redis_cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@ jobs:
python-version: ${{ inputs.python-version }}
poetry-version: ${{ inputs.poetry-version }}

- name: Install Docker Compose Plugin
run: |
sudo apt-get update
sudo apt-get install -y docker.io
docker compose version
- name: Start Redis service
run: |
docker compose -f docker/docker-compose.yml up -d redis
Expand Down

0 comments on commit ac9e3c1

Please sign in to comment.