Skip to content

Commit 47f50b0

Browse files
Try to fix the deployment 9
Signed-off-by: Łukasz Gryglicki <[email protected]>
1 parent 1f32ce6 commit 47f50b0

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/deploy-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Setup python
4141
uses: actions/setup-python@v5
4242
with:
43-
python-version: '3.13'
43+
python-version: '3.12'
4444
cache: 'pip'
4545

4646
- name: Configure AWS Credentials
@@ -70,7 +70,7 @@ jobs:
7070
- name: Python Setup
7171
working-directory: cla-backend
7272
run: |
73-
sudo apt install libxml2-dev libxslt-dev
73+
# sudo apt install libxml2-dev libxslt-dev
7474
python -m venv .venv
7575
source .venv/bin/activate
7676
pip install --upgrade pip

cla-backend/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Jinja2==3.1.4
2525
jmespath==0.9.4
2626
lazy-object-proxy==1.4.3
2727
Logbook==1.5.3
28+
lxml==4.9.2
2829
more-itertools==8.0.2
2930
nose2==0.9.1
3031
oauthlib==3.1.0
@@ -51,6 +52,7 @@ sentinels==1.0.0
5152
six==1.13.0
5253
soupsieve==1.9.5
5354
termcolor==1.1.0
55+
typed-ast==1.4.1
5456
urllib3==1.26.18
5557
vintage==0.4.1
5658
wcwidth==0.1.7

cla-backend/serverless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ custom:
101101

102102
provider:
103103
name: aws
104-
runtime: python3.13
104+
runtime: python3.12
105105
stage: ${env:STAGE}
106106
region: us-east-1
107107
timeout: 60 # optional, in seconds, default is 6

0 commit comments

Comments
 (0)