File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed
Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 2727 - name : Setup go
2828 uses : actions/setup-go@v5
2929 with :
30- # # go-version: '1.23.5'
3130 go-version : ' 1.22'
3231
3332 - name : Go Version
7170 - name : Python Setup
7271 working-directory : cla-backend
7372 run : |
74- ## sudo apt install libxml2-dev libxslt-dev
7573 python -m venv .venv
7674 source .venv/bin/activate
7775 pip install --upgrade pip
78- ## pip install lxml --prefer-binary
7976 pip install python-jose
8077 pip install -r requirements.txt
8178
9289 run : |
9390 python -m venv .venv
9491 source .venv/bin/activate
95- ## pip install --upgrade pytest py pytest_clarity six
9692 pip install --upgrade pytest py pytest_clarity wrapt
9793 pytest "cla/tests" -p no:warnings || true
9894 env :
@@ -129,7 +125,6 @@ jobs:
129125 - name : Go Lint
130126 working-directory : cla-backend-go
131127 run : |
132- ## make lint
133128 make lint
134129
135130 - name : Setup Deployment
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ Jinja2==3.1.4
2525jmespath == 0.9.4
2626lazy-object-proxy == 1.4.3
2727Logbook == 1.5.3
28- ## lxml==4.9.2
2928lxml == 4.9.2
3029more-itertools == 8.0.2
3130nose2 == 0.9.1
@@ -44,7 +43,6 @@ pytest==5.0.1
4443pytest-clarity == 0.3.0a0
4544pytest-cov == 2.8.1
4645python-dateutil == 2.8.1
47- ## python-jose==3.0.1
4846requests == 2.31.0
4947requests-oauthlib == 1.2.0
5048rsa == 4.7
@@ -53,11 +51,9 @@ sentinels==1.0.0
5351six == 1.13.0
5452soupsieve == 1.9.5
5553termcolor == 1.1.0
56- ## typed-ast==1.4.1
5754urllib3 == 1.26.18
5855vintage == 0.4.1
5956wcwidth == 0.1.7
6057Werkzeug == 0.15.5
61- ## wrapt==1.11.2
6258zipp == 3.15.0
6359markupsafe == 2.0.1
You can’t perform that action at this time.
0 commit comments