mirror of
https://github.com/lightningd/plugins.git
synced 2026-08-17 13:07:22 +02:00
CI: install cln specific pyln packages in uv frameworks
This commit is contained in:
parent
d2a2c06098
commit
39ef78fdcb
3 changed files with 57 additions and 44 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
matrix:
|
||||
python-version: ["3.9", "3.13"]
|
||||
bitcoind-version: ["28.1"]
|
||||
cln-version: ["25.09", "25.05", "25.02"]
|
||||
cln-version: ["25.09.1", "25.05", "25.02.2"]
|
||||
experimental: [1]
|
||||
deprecated: [0]
|
||||
|
||||
|
|
@ -189,7 +189,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
cln-version: ["25.09", "25.05", "25.02"]
|
||||
cln-version: ["25.09.1", "25.05", "25.02.2"]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue