Skip to content

Commit

Permalink
Tried installing pandoc with sudo 2
Browse files Browse the repository at this point in the history
  • Loading branch information
lranzani committed Dec 2, 2024
1 parent 48f26ae commit bfb419f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/actions-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,12 @@ jobs:
- name: Install BBN dependencies
run: |
sudo apt-get install pandoc
export GIT_LFS_SKIP_SMUDGE=1
pip install git+https://github.com/BBN-Q/bbndb.git
pip install git+https://github.com/BBN-Q/QGL.git@develop
pip install git+https://github.com/spatialaudio/nbsphinx.git@master
pip install pyvisa coveralls scikit-learn pyusb future python-usbtmc setproctitle progress serial
pip install pyvisa coveralls scikit-learn pyusb future python-usbtmc setproctitle progress serial pandoc
export GIT_LFS_SKIP_SMUDGE=0

- name: Test with unittest
Expand All @@ -61,8 +62,6 @@ jobs:
python -m unittest discover -v test
- name: Build Documentation
run: |
sudo apt-get install pandoc
pip install pandoc
cd doc
make html
cd ..
Expand Down

0 comments on commit bfb419f

Please sign in to comment.