Update tests.yml

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

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

Loading…
Cancel
Save