commit ab53e7a651ccbea9069ca23a1846f664acdc4a44
parent 05dfd1426c16b30595df7d978b9fdc9c952a18e7
Author: fundamental <mark.d.mccurry@gmail.com>
Date: Sun, 25 Apr 2021 13:44:31 -0400
Add python3 to github action test deps
Ideally resolves the intermittent issue with cxxtest.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml
@@ -16,7 +16,7 @@ jobs:
- name: install_deps2
run: sudo apt-get install liblo-dev
- name: install_test_deps1
- run: sudo apt-get install --force-yes cxxtest
+ run: sudo apt-get install --force-yes cxxtest python3
- name: install_test_deps2
run: sudo apt-get install ruby
- name: submodule