Skip to content

Commit

Permalink
ops(ci): install built package instead of src project
Browse files Browse the repository at this point in the history
  • Loading branch information
jannismain committed Sep 25, 2023
1 parent b393120 commit 4dae551
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,11 @@ dist:

docs:
stage: build
needs:
- dist
script:
- apt-get update && apt-get install tree
- pip install .[doc]
- pip install build/dist/*.whl
- make docs
artifacts:
paths:
Expand Down

0 comments on commit 4dae551

Please sign in to comment.