Skip to content

Commit edd4f0a

Browse files
Refresh deb repo
1 parent b9ae159 commit edd4f0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ after_success:
3737
before_deploy:
3838
- PKG_VERSION=$(python -c "import f5; print(f5.__version__)")
3939
# Workaround https://github.com/travis-ci/dpl/issues/1235
40-
- sudo apt-get install -y python3-venv
40+
- sudo apt-get update && sudo apt-get install -y python3-venv
4141
- python3 -m venv ~/venv
4242
- source ~/venv/bin/activate
4343
deploy:

0 commit comments

Comments
 (0)