Skip to content

Commit faa45a7

Browse files
committed
Update wf with install dev deps and remove nx command
1 parent 0132ed1 commit faa45a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish-docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ jobs:
4444
python-version: "3.10"
4545
cache: "pip"
4646

47-
- run: pnpm exec nx run-many -t build --projects=tag:lib
47+
- name: Install dev deps
48+
run: python3 -m pip install -r requirements-dev.txt
4849

4950
- name: Build docs
5051
run: python3 scripts/generate_api_docs.py

0 commit comments

Comments
 (0)