Replace subtile_input_channel and subtile_output_channel with single … #47
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test Neureka | |
on: push | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
container: ghcr.io/pulp-platform/pulp-nnx:main-test | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v4 | |
- name: Run test | |
shell: bash | |
working-directory: test | |
run: | | |
source /pulp-sdk/configs/siracusa.sh | |
pytest test.py -T tests -R -A neureka --build-flow=make --wmem=tcdm | |
pytest test.py -T tests -R -A neureka --build-flow=make --wmem=sram |