Skip to content

Commit 6387f54

Browse files
author
Nick MacCarthy
committed
test python version
1 parent 57ad422 commit 6387f54

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ jobs:
1717
- run: pip2 install -r requirements-2.txt
1818
- run: python2 tests.py
1919
tests-python3:
20-
runs-on: ubuntu-20.04
20+
runs-on: ubuntu-20.04 # this should probably get updated to a python 3.9+ image
2121
steps:
2222
- uses: actions/checkout@v2
23+
- name: print python verions
24+
run: python3 --version
2325
- name: install requirements
2426
run: pip3 install -r requirements-3.txt
2527
- name: run the tests

0 commit comments

Comments
 (0)