Skip to content

Commit 61bf7c2

Browse files
committed
Update pages workflow
1 parent 62bc356 commit 61bf7c2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/pages.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,11 @@ jobs:
3030

3131
- name: Install dependencies
3232
run: |
33-
poetry install
33+
poetry install --with dev
34+
35+
- name: Build lib
36+
run: |
37+
make full_build
3438
3539
- name: Install Pandoc
3640
uses: pandoc/actions/setup@v1

0 commit comments

Comments
 (0)