Skip to content

Commit

Permalink
fix test docs
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab authored and PetePupalaikis committed May 6, 2024
1 parent ec6f37c commit ec8cb9e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
19 changes: 6 additions & 13 deletions .github/workflows/test_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,25 +35,18 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: 3.9
mamba-version: "*"
channels: conda-forge,defaults
channel-priority: true
activate-environment: anaconda-client-env
- name: Add conda to system path
run: |
echo $CONDA/bin >> $GITHUB_PATH
python-version: ${{ matrix.python-version }}
cache: "pip"
- name: Install dependencies
run: |
make install
cd Doc
python doxypy.py
sudo apt install doxygen
- name: Test documentation
run: |
cd docs
make html
doxygen SignalIntegrityLinux
release_pypi:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ update:

update-pre:
pre-commit autoupdate --bleeding-edge

0 comments on commit ec8cb9e

Please sign in to comment.