Skip to content

Commit a6d3df6

Browse files
committed
It works locally...
1 parent 2deea38 commit a6d3df6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
uses: actions/setup-python@v6
5858
id: setup-python
5959
with:
60-
python-version: "3.11"
60+
python-version: "3.12"
6161

6262
- name: Cache uv folder
6363
id: cache-uv

tests/.env.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ POSTGRES_TZ="Etc/UTC"
2525
REDIS_HOST="localhost"
2626
REDIS_PORT=6379
2727
# Should be commented during development to work with docker-compose-dev, and set in production
28-
#REDIS_PASSWORD=""
28+
REDIS_PASSWORD="somerealpassword"
2929
REDIS_LIMIT=5
3030
REDIS_WINDOW=60

0 commit comments

Comments
 (0)