From 65921287b2a8b0440d1521190c94376340544842 Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Mon, 14 Sep 2020 21:30:45 +0300 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f102654..7c56bc5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -122,11 +122,8 @@ jobs: - uses: actions/checkout@v2 - name: Install Python dependencies run: | - pip --version - pip install pip==20.0.2 - pip install --upgrade setuptools wheel - python --version - pip --version + python3 -m pip install --upgrade pip setuptools wheel + pip3 --version - name: Install Wasienv run: curl https://raw.githubusercontent.com/wasienv/wasienv/master/install.sh | sh - name: Install Wasmer