Add apt update
parent
2527512f63
commit
455b6d7961
|
|
@ -12,6 +12,9 @@ matrix:
|
|||
sudo: true
|
||||
before_install:
|
||||
- sudo apt-get install python-tk python3-tk ghostscript
|
||||
addons:
|
||||
apt:
|
||||
update: true
|
||||
install:
|
||||
- pip install ".[dev]"
|
||||
script:
|
||||
|
|
|
|||
Loading…
Reference in New Issue