From 26ae4bd29802625fdec45899696ac48f64f54f96 Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Mon, 14 Sep 2020 21:01:43 +0300 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1a97130..a43e2fa 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -124,6 +124,10 @@ jobs: uses: actions/setup-python@v2 with: python-version: '3.x' + - name: Install dependencies + run: | + python --version + python -m pip install --upgrade pip setuptools wheel - name: Install Wasienv run: curl https://raw.githubusercontent.com/wasienv/wasienv/master/install.sh | sh - name: Install Wasmer