Skip to content

Commit 4b25822

Browse files
committed
Merge branch 'develop'
2 parents 44080b2 + e604b1d commit 4b25822

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/buildreleasedoc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,16 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
python-version: [ '3.8' ]
15+
python-version: [ '3.9' ]
1616
name: Python ${{ matrix.python-version }}
1717
steps:
1818
- name: update OS (Ubuntu)
1919
run: sudo apt-get update
2020
- run: sudo apt-get install libudev-dev
2121
- run: sudo apt-get install librrd-dev libpython3-dev
2222
- run: sudo apt-get install gcc --only-upgrade
23+
- run: sudo locale-gen de_DE.UTF-8
24+
- run: locale -a
2325
- uses: actions/checkout@v2
2426
- name: Checkout SmartHomeNG DEVELOP Branch
2527
uses: actions/checkout@v2

0 commit comments

Comments
 (0)