From c7cda1feb2226368bac1bcb7ab0e236d39a90bbd Mon Sep 17 00:00:00 2001 From: Simon Lin Date: Sun, 16 Aug 2020 01:05:52 +0800 Subject: [PATCH] [github-actions] fix otns test failure (#5403) --- .github/workflows/simulation.yml | 4 ++++ 1 file changed, 4 insertions(+) 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