File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-latest
2323 environment : dev
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v3
2626 - name : Setup go
2727 uses : actions/setup-go@v3
2828 with :
3636 - name : Setup python
3737 uses : actions/setup-python@v4
3838 with :
39- python-version : ' 3.8 '
39+ python-version : ' 3.7 '
4040 cache : ' pip'
4141 - name : Configure AWS Credentials
4242 uses : aws-actions/configure-aws-credentials@v4
@@ -64,11 +64,11 @@ jobs:
6464 - name : Python Setup
6565 working-directory : cla-backend
6666 run : |
67- python -m venv venv
68- source venv/bin/activate
6967 pip install --upgrade pip
7068 pip install -r requirements.txt
7169
70+
71+
7272 - name : Python Lint
7373 working-directory : cla-backend
7474 run : |
7777 - name : Python Test
7878 working-directory : cla-backend
7979 run : |
80- python -m venv venv
81- source venv/bin/activate
82- pip install pytest
8380 pytest "cla/tests" -p no:warnings
8481 env :
8582 PLATFORM_GATEWAY_URL : https://api-gw.dev.platform.linuxfoundation.org
You can’t perform that action at this time.
0 commit comments