Skip to content

Commit

Permalink
Updated actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ranzani committed Nov 19, 2024
1 parent 4339507 commit 3d7e536
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/actions-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
echo "Pip is at $(which pip)"
echo $CONDA
echo $GITHUB_PATH
- name: pip cache
uses: actions/cache@v2
id: cache
Expand All @@ -31,7 +31,7 @@ jobs:
restore-keys: |
${{ runner.os }}-condapip-
${{ runner.os }}
- name: Install conda dependencies
if: steps.cache.outputs.cache-hit != 'true'
run: |
Expand All @@ -44,7 +44,7 @@ jobs:
echo "Pip is at $(which pip)"
echo "Env python location: ${{ env.pythonLocation}}"
pip install recommonmark sphinx-rtd-theme nbsphinx mkdocs markdown commonmark
- name: Install BBN dependencies
run: |
export GIT_LFS_SKIP_SMUDGE=1
Expand All @@ -53,7 +53,7 @@ jobs:
pip install git+https://github.com/spatialaudio/nbsphinx.git@master
pip install pyvisa coveralls scikit-learn pyusb future python-usbtmc setproctitle progress serial
export GIT_LFS_SKIP_SMUDGE=0
- name: Test with unittest
run: |
pip install -e .
Expand Down Expand Up @@ -83,6 +83,6 @@ jobs:
directory: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Auspex Documentation
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
path: auspex_documentation

0 comments on commit 3d7e536

Please sign in to comment.