Skip to content

Commit e98715e

Browse files
authored
Fix CI: add httpx for backend tests, upgrade Node to 20 for frontend build
Added httpx to backend dependencies and updated Node.js version to 20.
1 parent 1378215 commit e98715e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install backend deps
1616
run: |
1717
pip install -r backend/requirements.txt
18-
pip install pytest pytest-cov
18+
pip install pytest pytest-cov httpx
1919
- name: Run backend tests
2020
run: |
2121
cd backend
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v4
2828
- uses: actions/setup-node@v4
2929
with:
30-
node-version: '18'
30+
node-version: '20'
3131
- name: Install frontend deps
3232
run: |
3333
cd frontend

0 commit comments

Comments
 (0)