Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yunwei37 committed Aug 10, 2024
1 parent 0335d9d commit b1ee56e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
- name: run testsuit x86
shell: bash
run: |
python3.8 -m venv vm/test
python3.8 -m venv ./test
source test/bin/activate
pip install -r vm/test/requirements.txt
pip install -r test/requirements.txt
# make build # or build-arm32 build-arm64
pytest -v -s test/test_framework

0 comments on commit b1ee56e

Please sign in to comment.