change python version of lnd wallet (#996)
This commit is contained in:
parent
b0bedd53df
commit
e0981ecede
1 changed files with 1 additions and 1 deletions
2
.github/workflows/regtest.yml
vendored
2
.github/workflows/regtest.yml
vendored
|
|
@ -46,7 +46,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.8]
|
||||
python-version: [3.9]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue