Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Montorsi committed Aug 22, 2023
1 parent f0672e9 commit 6b409d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

# NOTE: prometheus-cpp & its dependencies wants at least Conan 1.51.0
- name: install pypi-packaged dependencies
run: sudo pip3 install pytest black 'conan==1.60.2'
run: sudo pip3 install pytest 'black==22.8.0' 'conan==1.60.2'

# NOTE: since we later run "make" using the normal "builder" user, we must use Conan using that same user (so avoid the "sudo"!!)
- name: install Conan-packaged dependencies
Expand Down

0 comments on commit 6b409d5

Please sign in to comment.