Revert "Attempt to fix tests"

This reverts commit ba5f4fa29076e72938f076404c26b06ba40dab7a.
This commit is contained in:
c.lamboo 2022-07-13 15:41:13 +02:00
parent ba5f4fa290
commit d18bbfbfc7
2 changed files with 2 additions and 3 deletions

View File

@ -55,9 +55,7 @@ jobs:
cache-dependency-path: .github/workflows/requirements-conan-package.txt
- name: Install Python requirements and Create default Conan profile
run: |
pip install -r .github/workflows/requirements-conan-package.txt
pip install gitpython
run: pip install -r .github/workflows/requirements-conan-package.txt
- id: get-conan-broadcast-data
name: Get Conan broadcast data

View File

@ -1,2 +1,3 @@
conan
sip==6.5.1
gitpython