Skip to content

Commit 1702363

Browse files
committed
fix CI
1 parent 4294d95 commit 1702363

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
python -m pip install -r requirements.txt -r requirements-dev.txt
2828
- name: Run tests
2929
env:
30-
DATABASE_URL: sqlite+pysqlite:///:memory:
30+
DATABASE_URL: "sqlite+pysqlite:///:memory:"
3131
ENABLE_GEOCODING: "0"
3232
run: python -m pytest -q
3333

@@ -49,4 +49,3 @@ jobs:
4949
run: npm ci
5050
- name: Build
5151
run: npm run build
52-

0 commit comments

Comments
 (0)