ci: use pip3 for python

This commit is contained in:
Carlos Gomes Martinho 2020-02-24 12:40:05 +01:00
parent 3b4ccc006d
commit 6cc8790055

View file

@ -17,8 +17,8 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: install install
run: pip install conan
- name: install conan
run: pip3 install conan
- name: Create Build Environment
run: cmake -E make_directory ${{runner.workspace}}/build