Skip to content

Commit 7522c30

Browse files
committed
install conan
1 parent eede068 commit 7522c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Install required packages
5757
run: |
5858
pip install -r src/requirements.txt
59-
pip install pytest pytest-cov
59+
pip install pytest pytest-cov conan==1.63.0
6060
su vscode -c "umask 0002 && . /usr/local/share/nvm/nvm.sh && nvm install lts/* 2>&1"
6161
apt-get update && apt-get install -y ruby
6262
gem install license_finder && gembin=`(gem env | sed -n "s/.*EXECUTABLE DIRECTORY: \(.*\)/\1/p")`

0 commit comments

Comments
 (0)