Skip to content

Commit

Permalink
fix: use python 3.6 in functional-test action (#272)
Browse files Browse the repository at this point in the history
* test awscli install

Signed-off-by: Eytan Avisror <[email protected]>

* syntax fix

Signed-off-by: Eytan Avisror <[email protected]>

* Update unit-test.yml

Signed-off-by: Eytan Avisror <[email protected]>

* Update unit-test.yml

Signed-off-by: Eytan Avisror <[email protected]>

* Update unit-test.yml

Signed-off-by: Eytan Avisror <[email protected]>

* use python 3.6

Signed-off-by: Eytan Avisror <[email protected]>

* Update unit-test.yml

Signed-off-by: Eytan Avisror <[email protected]>
  • Loading branch information
eytan-avisror authored Apr 6, 2021
1 parent 7644a09 commit 6577998
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/functional-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ jobs:
runs-on: ubuntu-18.04

steps:

- name: python
uses: actions/setup-python@v2
with:
python-version: '3.6'
architecture: 'x64'

- name: setup
run: |
sudo apt update
Expand Down

0 comments on commit 6577998

Please sign in to comment.