Skip to content

Commit

Permalink
added pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
pmelchior committed May 1, 2024
1 parent 285ae6a commit c592990
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: 'pip' # caching pip dependencies
- run: pip install -e .
- name: Sphinx Build
uses: ammaraskar/sphinx-action@master
with:
Expand Down

0 comments on commit c592990

Please sign in to comment.