action test

This commit is contained in:
Eric Froemling 2020-03-26 18:50:12 -07:00
parent c6a869acba
commit f6ab8cc2de

View File

@ -27,5 +27,5 @@ jobs:
with:
python-version: 3.7
- name: Display Python version
run: python3 -c "import sys; print(sys.version)"
run: python -c "import sys; print(sys.version)"