From 76a7a47c532f5a855533ef49ee1e84131bf43cae Mon Sep 17 00:00:00 2001 From: Sean Whalen <44679+seanthegeek@users.noreply.github.com> Date: Tue, 7 Dec 2021 10:55:05 -0500 Subject: [PATCH] Update python-tests.yml --- .github/workflows/python-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index ef2c901..76c93fa 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -23,7 +23,7 @@ jobs: if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - name: Run tests run: | - tests.py + python3 tests.py - name: Build docs run: | cd docs