Skip to content

Commit

Permalink
ci(cross) use python3 instead of python
Browse files Browse the repository at this point in the history
  • Loading branch information
embeddedt committed Jan 24, 2022
1 parent 90e2b9f commit df7eaa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ jobs:
# Produce a binary artifact and place it in the mounted volume
run: |
python tests/main.py --report test
python3 tests/main.py --report test

0 comments on commit df7eaa0

Please sign in to comment.