We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d8e5cd + 19470e9 commit 0267aa7Copy full SHA for 0267aa7
1 file changed
.github/workflows/deploy.yml
@@ -15,11 +15,12 @@ jobs:
15
- name: Set up Python
16
uses: actions/setup-python@v4
17
with:
18
- python-version: '3.9'
+ python-version: '3.10'
19
20
- name: Install backend dependencies
21
run: |
22
cd backend
23
+ pip install -r requirements.txt
24
pip install -r requirements-dev.txt
25
26
- name: Run backend tests
0 commit comments