Skip to content

Commit d817587

Browse files
author
3np
committed
ci: skip qt install for now
1 parent 6ac0888 commit d817587

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/unittests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ jobs:
3333
- name: Setup joinmarket + virtualenv
3434
if: steps.cache-venv.outputs.cache-hit != 'true'
3535
run: |
36-
bash -x ./install.sh --develop --with-qt
36+
bash -x ./install.sh --develop
37+
# TODO: restore qt install
38+
# bash -x ./install.sh --develop --with-qt
3739
./jmvenv/bin/python -m pip install --upgrade pip
3840
- name: Lint with flake8
3941
run: source ./jmvenv/bin/activate && ./test/lint/lint-python.sh

0 commit comments

Comments
 (0)