diff --git a/.github/workflows/simulation.yml b/.github/workflows/simulation.yml index a06323aab..5ce50998e 100644 --- a/.github/workflows/simulation.yml +++ b/.github/workflows/simulation.yml @@ -76,6 +76,10 @@ jobs: - uses: actions/setup-go@v1 with: go-version: '1.13' + - name: Set up Python 3.6 + uses: actions/setup-python@v1 + with: + python-version: 3.6 - name: Bootstrap run: | sudo rm /etc/apt/sources.list.d/* && sudo apt-get update