Skip to content

Commit

Permalink
Merge pull request #2 from CyberAgentAILab/feat/setup
Browse files Browse the repository at this point in the history
Fix: use pipenv for document pipeline
  • Loading branch information
TomeHirata authored Jun 17, 2024
2 parents 2b1e216 + 79e37fc commit 263333b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,14 @@ jobs:
with:
python-version: '3.11'

- name: Install dependencies
- name: Install pipenv
run: |
python -m pip install --upgrade pip
pip install sphinx sphinx_rtd_theme
pip install pipenv
- name: Install dependencies
run: |
pipenv install --dev
- name: Build documentation
run: |
Expand Down

0 comments on commit 263333b

Please sign in to comment.