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