diff --git a/.github/workflows/Tests.yml b/.github/workflows/Tests.yml index 4d84c36..8c2e88c 100644 --- a/.github/workflows/Tests.yml +++ b/.github/workflows/Tests.yml @@ -31,8 +31,8 @@ jobs: - name: Get Conan run: | - python3 -m ensurepip --default-pip - python3 -m pip install conan + pip --version + pip install conan shell: bash - name: Create default profile