diff --git a/.github/workflows/record.yml b/.github/workflows/record.yml index 70477e648..e916f9198 100644 --- a/.github/workflows/record.yml +++ b/.github/workflows/record.yml @@ -43,7 +43,6 @@ jobs: prerequisites: name: prerequisites runs-on: ubuntu-latest - # if: github.event_name == 'repository_dispatch' || github.event.pull_request.head.repo.full_name == github.repository steps: - name: Checkout Repo uses: actions/checkout@v2 @@ -83,7 +82,6 @@ jobs: name: Build ${{ matrix.language }} SDK runs-on: ubuntu-latest needs: prerequisites - # if: github.event_name == 'repository_dispatch' || github.event.pull_request.head.repo.full_name == github.repository steps: - name: Checkout Repo uses: actions/checkout@v2 diff --git a/.github/workflows/run-acceptance-tests.yml b/.github/workflows/run-acceptance-tests.yml index a6c97a6c7..f1dff6d3c 100644 --- a/.github/workflows/run-acceptance-tests.yml +++ b/.github/workflows/run-acceptance-tests.yml @@ -245,10 +245,10 @@ jobs: curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl chmod +x ./kubectl sudo mv kubectl /usr/local/bin - # - name: Setup Python - # uses: actions/setup-python@v2 - # with: - # python-version: ${{ env.PYTHONVERSION }} + - name: Setup Python + uses: actions/setup-python@v2 + with: + python-version: ${{ env.PYTHONVERSION }} - name: Install awscli run: | python -m pip install --upgrade pip