Skip to content

Commit e355b33

Browse files
author
Hugo Osvaldo Barrera
committed
Fix style checks on CI
1 parent b435465 commit e355b33

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.builds/tests-release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,7 @@ tasks:
2525
DAV_SERVER=radicale make -e ci-test-storage
2626
DAV_SERVER=xandikos make -e ci-test-storage
2727
- style: |
28-
make -e install-style
28+
cd vdirsyncer
29+
# Non-system python is used for packages:
30+
export PATH=$PATH:~/.local/bin/
2931
make -e style

0 commit comments

Comments
 (0)