build: uses and run keys in one step error fixed

This commit is contained in:
Mateusz Pusz
2020-11-04 18:30:28 +01:00
parent 878c99ad87
commit 8ccee4d13d

View File

@@ -39,6 +39,7 @@ jobs:
uses: actions/setup-python@v2 uses: actions/setup-python@v2
with: with:
python-version: '3.8' python-version: '3.8'
- name: Upgrade pip
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
- name: Install Conan - name: Install Conan