Skip to content

Commit

Permalink
Reverted to old yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
lranzani committed Nov 21, 2024
1 parent 7d6bea2 commit a7be335
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/actions-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: docker://pandoc/core:3.5
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
Expand Down Expand Up @@ -53,7 +52,7 @@ jobs:
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 pandoc
pip install pyvisa coveralls scikit-learn pyusb future python-usbtmc setproctitle progress serial
export GIT_LFS_SKIP_SMUDGE=0
- name: Test with unittest
Expand Down

0 comments on commit a7be335

Please sign in to comment.