Skip to content

Commit 19470e9

Browse files
committed
modify yml
1 parent bfcf8ee commit 19470e9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@ jobs:
1515
- name: Set up Python
1616
uses: actions/setup-python@v4
1717
with:
18-
python-version: '3.9'
18+
python-version: '3.10'
1919

2020
- name: Install backend dependencies
2121
run: |
2222
cd backend
23+
pip install -r requirements.txt
2324
pip install -r requirements-dev.txt
2425
2526
- name: Run backend tests

0 commit comments

Comments
 (0)