Skip to content

Commit 7572d6c

Browse files
author
Nick MacCarthy
committed
feat: remove legacy python2 tests
1 parent ecb675d commit 7572d6c

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,11 @@ on:
77
branches:
88
- master
99
jobs:
10-
tests-python2:
11-
runs-on: ubuntu-20.04
12-
steps:
13-
- uses: actions/checkout@v2
14-
- run: sudo apt install python2
15-
- run: curl https://bootstrap.pypa.io/pip/2.7/get-pip.py --output get-pip.py
16-
- run: sudo python2 get-pip.py
17-
- run: pip2 install -r requirements-2.txt
18-
- run: python2 tests.py
1910
tests-python3:
2011
runs-on: ubuntu-20.04 # this should probably get updated to a python 3.9+ image
2112
steps:
2213
- uses: actions/checkout@v2
23-
- name: print python verions
14+
- name: print python version
2415
run: python3 --version
2516
- name: install requirements
2617
run: pip3 install -r requirements-3.txt

0 commit comments

Comments
 (0)