Update tests.yml

extensions
Volodymyr Shymanskyy 4 years ago committed by GitHub
parent e0678266c1
commit 28945f1d60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -123,11 +123,13 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '2.x'
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install pip==19.3.1
pip install --upgrade setuptools wheel
python --version
python -m pip install --upgrade pip setuptools wheel
pip --version
- name: Install Wasienv
run: curl https://raw.githubusercontent.com/wasienv/wasienv/master/install.sh | sh
- name: Install Wasmer

Loading…
Cancel
Save