Update tests.yml

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

@ -122,11 +122,8 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Install Python dependencies - name: Install Python dependencies
run: | run: |
pip --version python3 -m pip install --upgrade pip setuptools wheel
pip install pip==20.0.2 pip3 --version
pip install --upgrade setuptools wheel
python --version
pip --version
- name: Install Wasienv - name: Install Wasienv
run: curl https://raw.githubusercontent.com/wasienv/wasienv/master/install.sh | sh run: curl https://raw.githubusercontent.com/wasienv/wasienv/master/install.sh | sh
- name: Install Wasmer - name: Install Wasmer

Loading…
Cancel
Save