Skip to content

Commit

Permalink
#112:
Browse files Browse the repository at this point in the history
Update circleci build
  • Loading branch information
abrys committed Apr 26, 2022
1 parent 205f3e8 commit ecbf43a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
. venv/bin/activate
pip install -r requirements.txt
pip install pytest
sudo apt-get install -y libgdcm-tools
sudo apt update
sudo apt install -y libgdcm-tools
- save_cache:
paths:
Expand Down

0 comments on commit ecbf43a

Please sign in to comment.