I cannot believe that it took this long to write a test for this.

This commit is contained in:
2024-12-16 18:06:36 +02:00
parent 021e73d8f8
commit 690d0016c6

View File

@@ -18,6 +18,13 @@ jobs:
with:
python-version: '3.11'
- name: Install Redis
run: |
sudo apt-get update
sudo apt-get install -y redis-server
sudo systemctl start redis-server
sudo systemctl status redis-server
- name: Install dependencies
run: |
python -m pip install --upgrade pip