Skip to content

Commit

Permalink
Clean workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshitomo-matsubara committed Aug 14, 2023
1 parent 322fc33 commit 0c692a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: '3.7'
- name: Install dependencies
run: |
pip install sphinx sphinx_rtd_theme
- name: Install sc2bench
run: |
pip install -e .
Expand Down

0 comments on commit 0c692a5

Please sign in to comment.