We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57ad422 commit 6387f54Copy full SHA for 6387f54
.github/workflows/tests.yaml
@@ -17,9 +17,11 @@ jobs:
17
- run: pip2 install -r requirements-2.txt
18
- run: python2 tests.py
19
tests-python3:
20
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-20.04 # this should probably get updated to a python 3.9+ image
21
steps:
22
- uses: actions/checkout@v2
23
+ - name: print python verions
24
+ run: python3 --version
25
- name: install requirements
26
run: pip3 install -r requirements-3.txt
27
- name: run the tests
0 commit comments