Skip to content

Commit 0267aa7

Browse files
Merge pull request #7 from Neang-Rothmny/dev
modify yml
2 parents 6d8e5cd + 19470e9 commit 0267aa7

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)