diff --git a/.github/workflows/cln-plugin.yaml b/.github/workflows/cln-plugin.yaml index 5a1355a4..b0cda198 100644 --- a/.github/workflows/cln-plugin.yaml +++ b/.github/workflows/cln-plugin.yaml @@ -24,7 +24,7 @@ jobs: path: lightning key: ${{ runner.os }}-build-${{ env.cache-name }}-v${{ env.cln_version }} - name: Compile CLN - env: + env: PYTHON_KEYRING_BACKEND: keyring.backends.null.Keyring if: ${{ steps.cache-cln.outputs.cache-hit != 'true' }} run: | @@ -60,7 +60,7 @@ jobs: cd lightning && sudo make install - name: Install teos and the plugin run: | - cargo install --locked --path teos + cargo install --locked --path teos cargo install --locked --path watchtower-plugin - name: Add test dependencies run: | @@ -69,4 +69,4 @@ jobs: - name: Run tests run: | cd watchtower-plugin/tests - SLOW_MACHINE=1 poetry run pytest test.py --log-cli-level=INFO -s + DEVELOPER=1 SLOW_MACHINE=1 poetry run pytest test.py --log-cli-level=INFO -s