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: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: install install - name: install conan
run: pip install conan run: pip3 install conan
- name: Create Build Environment - name: Create Build Environment
run: cmake -E make_directory ${{runner.workspace}}/build run: cmake -E make_directory ${{runner.workspace}}/build