Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ramesh-maddegoda authored Jan 18, 2024
1 parent 419ea34 commit b5251ee
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,17 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: "3.10"

# - name: Setup Python virtual environment
# working-directory: ./
# run: |
# sudo apt install python3-venv
# sudo python -m venv venv

- name: Install dependencies
working-directory: ./
run: |
pip install --upgrade pip
pip install sphinx==3.2.1
# if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install -e '.[dev]'
- name: Build docs
working-directory: ./
run: |
sphinx-build -b html docs/source docs/build/html
Expand Down

0 comments on commit b5251ee

Please sign in to comment.