Skip to content

Commit 5260add

Browse files
committed
remove python from main workflow
1 parent 70959b8 commit 5260add

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
cancel-in-progress: true
2121

2222
runs-on: ubuntu-latest
23-
container:
24-
image: sphinxdoc/sphinx
25-
#options: --user 1001 (only if we don't need apt-get)
23+
#container:
24+
# image: sphinxdoc/sphinx
25+
# #options: --user 1001 (only if we don't need apt-get)
2626

2727
env:
2828
MAIN_LANGS: en
@@ -38,10 +38,10 @@ jobs:
3838
repository: nitrokey/nitrokey-documentation
3939
path: source.git
4040

41-
- name: Install additional python packages
42-
run: |
43-
make -C source.git venv
44-
ln -s source.git/venv venv
41+
#- name: Install additional python packages
42+
# run: |
43+
# make -C source.git venv
44+
# ln -s source.git/venv venv
4545

4646
- name: Weblate - pull component repository
4747
run: bash trigger_weblate.sh ${{ secrets.WEBLATE_API_URL }} none ${{ secrets.WEBLATE_TOKEN }} pull

0 commit comments

Comments
 (0)