We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ac0888 commit d817587Copy full SHA for d817587
.github/workflows/unittests.yml
@@ -33,7 +33,9 @@ jobs:
33
- name: Setup joinmarket + virtualenv
34
if: steps.cache-venv.outputs.cache-hit != 'true'
35
run: |
36
- bash -x ./install.sh --develop --with-qt
+ bash -x ./install.sh --develop
37
+ # TODO: restore qt install
38
+ # bash -x ./install.sh --develop --with-qt
39
./jmvenv/bin/python -m pip install --upgrade pip
40
- name: Lint with flake8
41
run: source ./jmvenv/bin/activate && ./test/lint/lint-python.sh
0 commit comments