Skip to content

Commit

Permalink
Update test-and-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsch420 authored Oct 31, 2023
1 parent 47d69f4 commit 895efda
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,13 @@ jobs:

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

- name: Install developer dependencies 🍼
uses: py-actions/py-dependency-install@v4
with:
path: "requirements-dev.txt"

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

- name: Run Tests 🎓
run: |
cd test
Expand All @@ -78,4 +85,4 @@ jobs:
working-directory: ./doc
run: |
sudo apt install pandoc
make html
make html

0 comments on commit 895efda

Please sign in to comment.