We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c52ff4 commit db8d0b5Copy full SHA for db8d0b5
.circleci/config.yml
@@ -19,6 +19,7 @@ jobs:
19
- run:
20
name: Deps
21
command: |
22
+ sudo apt-get update
23
sudo apt-get install cmake openssh-server
24
pip install -r requirements_dev.txt
25
- python/save-cache:
0 commit comments