Skip to content

Commit a1e77ed

Browse files
NAOR YUVALNAOR YUVAL
authored andcommitted
fix: remove redundant pip install from spec/reference build steps
Made-with: Cursor
1 parent 2c6bc74 commit a1e77ed

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,12 @@ jobs:
4242
- name: Build spec
4343
run: |
4444
cd mpcp-spec
45-
pip install -r docs-requirements.txt -q
4645
mkdocs build --config-file mkdocs.yml --strict
4746
mv site ../_site_spec
4847
4948
- name: Build reference
5049
run: |
5150
cd mpcp-reference
52-
pip install -r docs-requirements.txt -q
5351
mkdocs build --config-file mkdocs.yml --strict
5452
mv site ../_site_reference
5553

0 commit comments

Comments
 (0)