@@ -2,9 +2,9 @@ name: Python Examples Tests
22
33on :
44 push :
5- branches : [ main ]
5+ branches : [ master ]
66 pull_request :
7- branches : [ main ]
7+ branches : [ master ]
88
99jobs :
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