Skip to content

Fix cache dependency path again #25

Fix cache dependency path again

Fix cache dependency path again #25

Workflow file for this run

name: Test Neureka v2
on: push
jobs:
test-neureka-v2:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
path: pulp-nnx
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: 'pip'
cache-dependency-path: ['pulp-nnx/test/requirements.txt', 'pulp-nnx/test/workflow-requirements/requirements-run-gvsoc.txt']

Check failure on line 17 in .github/workflows/test-neureka_v2.yml

View workflow run for this annotation

GitHub Actions / Test Neureka v2

Invalid workflow file

The workflow is not valid. .github/workflows/test-neureka_v2.yml (Line: 17, Col: 34): A sequence was not expected
- name: Restore Cached Gnu Toolchain
uses: actions/cache/restore@v4
with:
path: toolchain/gnu
key: toolchain-gnu
fail-on-cache-miss: true
- name: Restore Cached PULP-SDK
uses: actions/cache/restore@v4
with:
path: pulp-sdk
key: pulp-sdk
fail-on-cache-miss: true
- name: Restore Cached GVSoC
uses: actions/cache/restore@v4
with:
path: gvsoc/install
key: gvsoc
fail-on-cache-miss: true
- name: Run test
run: |
export PULP_SDK_HOME=$GITHUB_WORKSPACE/pulp-sdk
export TOOLCHAIN_GNU_INSTALL_DIR=$GITHUB_WORKSPACE/toolchain/gnu
export GVSOC=$GITHUB_WORKSPACE/gvsoc/install/bin/gvsoc
cd pulp-nnx/test
pytest test.py -T tests -R -A neureka_v2 --build-flow=cmake --wmem=mram