chore(build): update a CI command to properly call pip

This commit is contained in:
Arthur Meyre
2021-07-21 13:47:45 +02:00
parent 9bf380bfce
commit ac31a712ca

View File

@@ -38,7 +38,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install poetry
python -m pip install poetry
make setup_env
- name: Conformance
id: conformance