CI job now builds a requirement.txt into the spoolman.zip
This commit is contained in:
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@@ -49,7 +49,17 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: '20'
|
node-version: '20'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Set up Python
|
||||||
|
uses: actions/setup-python@v4
|
||||||
|
with:
|
||||||
|
python-version: "3.9"
|
||||||
|
|
||||||
|
- name: Export requirements
|
||||||
|
run: |
|
||||||
|
pip install pdm
|
||||||
|
pdm export -o requirements.txt --without-hashes > requirements.txt
|
||||||
|
|
||||||
|
- name: Install client dependencies
|
||||||
run: |
|
run: |
|
||||||
cd client
|
cd client
|
||||||
npm ci
|
npm ci
|
||||||
|
|||||||
Reference in New Issue
Block a user