Skip to content

Commit

Permalink
update to python3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
dni committed Dec 12, 2024
1 parent 6523260 commit a246b35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:

- uses: actions/checkout@v4

- name: Set up Python 3.9
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.9"
python-version: "3.10"
cache: "pip"

- name: Set up Poetry 1.5.1
Expand Down Expand Up @@ -69,6 +69,7 @@ jobs:
git clone https://github.com/lnbits/lnbits.git
cd lnbits
git checkout dev
poetry env use python3.10
poetry install
poetry run lnbits &
sleep 5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "16.x"
node-version: "18.x"
- name: Install dependencies
run: npm i
- name: install build deps
Expand Down

0 comments on commit a246b35

Please sign in to comment.