Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,10 @@ jobs:
python3 -m venv --system-site-packages .venv
source .venv/bin/activate
pip install --upgrade pip
git clone https://github.com/hw-native-sys/pto-isa.git build/pto-isa
git -C build/pto-isa checkout "$PTO_ISA_COMMIT"
export PTO_ISA_ROOT="$PWD/build/pto-isa"
echo "PTO_ISA_ROOT=$PTO_ISA_ROOT" >> "$GITHUB_ENV"
pip install '.[test]'

- name: Run Python hardware unit tests (a5)
Expand Down Expand Up @@ -634,6 +638,10 @@ jobs:
python3 -m venv --system-site-packages .venv
source .venv/bin/activate
pip install --upgrade pip
git clone https://github.com/hw-native-sys/pto-isa.git build/pto-isa
git -C build/pto-isa checkout "$PTO_ISA_COMMIT"
export PTO_ISA_ROOT="$PWD/build/pto-isa"
echo "PTO_ISA_ROOT=$PTO_ISA_ROOT" >> "$GITHUB_ENV"
pip install '.[test]'

- name: Run pytest scene tests (a5)
Expand Down
Loading
Loading