Skip to content

Commit 5dc65fc

Browse files
committed
fix arch compliance CI python call in docker
1 parent 4aa92dc commit 5dc65fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
- name: Run arch compliance tests (${{ matrix.extension }})
106106
run: |
107107
docker run --rm -v ${{ github.workspace }}:/workspace frost-dev:latest \
108-
python tests/test_arch_compliance.py --sim verilator --extensions ${{ matrix.extension }}
108+
python3 tests/test_arch_compliance.py --sim verilator --extensions ${{ matrix.extension }}
109109
110110
# Run Cocotb tests with Icarus Verilog
111111
test-icarus:

0 commit comments

Comments
 (0)