Update tests.yml

extensions
Volodymyr Shymanskyy 4 years ago committed by GitHub
parent 84974390b2
commit 26ae4bd298
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save