Skip to content

Commit

Permalink
Updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsch420 committed Jun 3, 2024
1 parent b8284ac commit 54f73a1
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Setup python 🐍
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: "3.x"
cache: pip

# ----------------------------------------------------------------------------------------------------------------
Expand All @@ -64,18 +64,3 @@ jobs:
run: |
cd test
PYTHONPATH=../src python -m unittest discover
# ----------------------------------------------------------------------------------------------------------------

- name: Install Sphinx dependencies 📚
uses: py-actions/py-dependency-install@v4
with:
path: "doc/requirements.txt"

# ----------------------------------------------------------------------------------------------------------------

- name: Build Sphinx documentation 📝
working-directory: ./doc
run: |
sudo apt install pandoc
make html

0 comments on commit 54f73a1

Please sign in to comment.