Skip to content

Commit

Permalink
install dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Aug 29, 2023
1 parent 6b1cc10 commit 74ef570
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ jobs:
python-version: "3.x"

- name: Install depfinder
run: |
run: >
python -m pip install -e .
&& python -m pip install -r requirements-dev.txt
- name: Build documentation
run: >
Expand Down

0 comments on commit 74ef570

Please sign in to comment.