Skip to content

Commit 492566b

Browse files
committed
m
1 parent acab33f commit 492566b

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/python-examples.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Python Examples Tests
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ master ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ master ]
88

99
jobs:
1010
examples:
@@ -46,20 +46,20 @@ jobs:
4646
role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-ESDK-CLI-Role-us-west-2
4747
role-session-name: CLITests
4848

49-
# - name: Set up Python ${{ matrix.python-version }}
50-
# uses: actions/setup-python@v4
51-
# with:
52-
# python-version: ${{ matrix.python-version }}
49+
- name: Set up Python ${{ matrix.python-version }}
50+
uses: actions/setup-python@v4
51+
with:
52+
python-version: ${{ matrix.python-version }}
5353

54-
# - name: Install dependencies
55-
# run: |
56-
# python -m pip install --upgrade pip
57-
# pip install "tox < 4.0"
54+
- name: Install dependencies
55+
run: |
56+
python -m pip install --upgrade pip
57+
pip install "tox < 4.0"
5858
59-
# - name: Install python version specific dependencies
60-
# if: matrix.python-version == '3.12.0'
61-
# run: |
62-
# pip install -r dev_requirements/ci-requirements.txt
59+
- name: Install python version specific dependencies
60+
if: matrix.python-version == '3.12.0'
61+
run: |
62+
pip install -r dev_requirements/ci-requirements.txt
6363
64-
# - name: Run examples tests with tox
65-
# run: tox
64+
- name: Run examples tests with tox
65+
run: tox

0 commit comments

Comments
 (0)