We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aa92dc commit 5dc65fcCopy full SHA for 5dc65fc
.github/workflows/ci.yml
@@ -105,7 +105,7 @@ jobs:
105
- name: Run arch compliance tests (${{ matrix.extension }})
106
run: |
107
docker run --rm -v ${{ github.workspace }}:/workspace frost-dev:latest \
108
- python tests/test_arch_compliance.py --sim verilator --extensions ${{ matrix.extension }}
+ python3 tests/test_arch_compliance.py --sim verilator --extensions ${{ matrix.extension }}
109
110
# Run Cocotb tests with Icarus Verilog
111
test-icarus:
0 commit comments