Update main_volucy-gateway.yml

This commit is contained in:
idittrich-valueon 2025-03-09 09:55:29 +01:00 committed by GitHub
parent a03e06a6de
commit bf6555d207
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,6 +27,14 @@ jobs:
python -m venv venv
source venv/bin/activate
- name: Node.js einrichten
uses: actions/setup-node@v4
with:
node-version: "18"
- name: Berechtigungen für start.sh
run: chmod +x start.sh
- name: Install dependencies
run: pip install -r requirements.txt