Skip to content

Commit 19e584a

Browse files
committed
CCM-12896: Don't run npm install as part of python class generation
1 parent ac74963 commit 19e584a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/stage-2-test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
- name: "Generate dependencies"
5959
run: |
6060
npm run generate-dependencies
61+
git diff --exit-code
6162
test-unit:
6263
name: "Unit tests"
6364
runs-on: ubuntu-latest

src/python-schema-generator/Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ install:
1414
@echo "Installing Python production dependencies..."
1515
@pip install -r requirements.txt
1616
@echo "Production dependencies installed!"
17-
@echo "Installing Node production dependencies..."
18-
@npm install
19-
@echo "Node production dependencies installed!"
2017

2118
# Install development dependencies
2219
install-dev:

0 commit comments

Comments
 (0)