From 8ccee4d13da44912fa2dc67d5d7b17f9bd2559be Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Wed, 4 Nov 2020 18:30:28 +0100 Subject: [PATCH] build: `uses` and `run` keys in one step error fixed --- .github/workflows/conan-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/conan-ci.yml b/.github/workflows/conan-ci.yml index 1d8dc48b..af64e3ff 100644 --- a/.github/workflows/conan-ci.yml +++ b/.github/workflows/conan-ci.yml @@ -39,6 +39,7 @@ jobs: uses: actions/setup-python@v2 with: python-version: '3.8' + - name: Upgrade pip run: | python -m pip install --upgrade pip - name: Install Conan