File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ Jinja2==3.1.4
2525jmespath == 0.9.4
2626lazy-object-proxy == 1.4.3
2727Logbook == 1.5.3
28+ lxml == 4.9.2
2829more-itertools == 8.0.2
2930nose2 == 0.9.1
3031oauthlib == 3.1.0
@@ -51,6 +52,7 @@ sentinels==1.0.0
5152six == 1.13.0
5253soupsieve == 1.9.5
5354termcolor == 1.1.0
55+ typed-ast == 1.4.1
5456urllib3 == 1.26.18
5557vintage == 0.4.1
5658wcwidth == 0.1.7
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ custom:
101101
102102provider :
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
You can’t perform that action at this time.
0 commit comments