1 parent bbe5cb9 commit 0b9231cCopy full SHA for 0b9231c
2 files changed
.github/workflows/backend-ci.yml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Install Python Dependencies
33
run: |
34
- pip install --only-binary :all: --require-hashes -r requirements-dev.txt
+ pip install --only-binary :all: --require-hashes -r requirements.txt -r requirements-dev.txt
35
36
- name: Linting
37
.github/workflows/backend-compile.yml
@@ -61,7 +61,7 @@ jobs:
61
62
63
64
- pip install --only-binary :all: --require-hashes -r backend/requirements-dev.txt
+ pip install --only-binary :all: --require-hashes -r backend/requirements.txt -r backend/requirements-dev.txt
65
66
- name: Generate version_info.txt dynamically
67
run: python backend/scripts/generate_version.py
0 commit comments