Skip to content

Commit af9ba0c

Browse files
Merge pull request #4542 from communitybridge/unicron-restore-deploy
Original deploy
2 parents 4dc1d30 + df0611f commit af9ba0c

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/deploy-dev.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
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:
@@ -36,7 +36,7 @@ jobs:
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: |
@@ -77,9 +77,6 @@ jobs:
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

0 commit comments

Comments
 (0)