Skip to content

Commit 0accf22

Browse files
Try to fix the deployment 31
Signed-off-by: Łukasz Gryglicki <[email protected]>
1 parent 8ba08a6 commit 0accf22

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

.github/workflows/deploy-dev.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
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
@@ -71,11 +70,9 @@ jobs:
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
@@ -92,7 +89,6 @@ jobs:
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

cla-backend/requirements.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ 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
2928
lxml==4.9.2
3029
more-itertools==8.0.2
3130
nose2==0.9.1
@@ -44,7 +43,6 @@ pytest==5.0.1
4443
pytest-clarity==0.3.0a0
4544
pytest-cov==2.8.1
4645
python-dateutil==2.8.1
47-
## python-jose==3.0.1
4846
requests==2.31.0
4947
requests-oauthlib==1.2.0
5048
rsa==4.7
@@ -53,11 +51,9 @@ sentinels==1.0.0
5351
six==1.13.0
5452
soupsieve==1.9.5
5553
termcolor==1.1.0
56-
## typed-ast==1.4.1
5754
urllib3==1.26.18
5855
vintage==0.4.1
5956
wcwidth==0.1.7
6057
Werkzeug==0.15.5
61-
## wrapt==1.11.2
6258
zipp==3.15.0
6359
markupsafe==2.0.1

0 commit comments

Comments
 (0)