Skip to content

Commit 39bd2a5

Browse files
committed
ci: use python requirements.txt from main repo
1 parent cab1334 commit 39bd2a5

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,17 @@ jobs:
3737
- name: Checkout
3838
uses: actions/checkout@v4
3939

40+
- name: Checkout source repository
41+
uses: actions/checkout@v4
42+
with:
43+
repoository: nitrokey/nitrokey-documentation
44+
path: source.git
45+
4046
- name: Install additional python packages
41-
run: pip3 install -r requirements.txt
47+
run: |
48+
make -C source.git venv
49+
ln -s source.git/venv
50+
#pip3 install -r requirements.txt
4251
4352
- name: Weblate - pull component repository
4453
run: bash trigger_weblate.sh ${{ secrets.WEBLATE_API_URL }} none ${{ secrets.WEBLATE_TOKEN }} pull

0 commit comments

Comments
 (0)