Add requirements-locked.txt for WebApp (#897)

This commit is contained in:
Bas Nijholt 2024-01-05 17:51:10 -08:00 committed by GitHub
commit a47f7ce49f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 78 additions and 1 deletions

View file

@ -39,7 +39,7 @@ jobs:
- name: Install Dependencies
run: |
pip install -r webapp/requirements.txt
pip install -r webapp/requirements-locked.txt
- name: Build the WebAssembly app
run: |