Skip to content

Commit f3b38db

Browse files
committed
testing actions
1 parent e1c0a43 commit f3b38db

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
@@ -14,7 +14,9 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v2
1616
- run: sudo apt install python2
17-
- run: pip2.7 install -r requirements-2.txt
17+
- run: curl https://bootstrap.pypa.io/pip/2.7/get-pip.py --output get-pip.py
18+
- run: sudo python2 get-pip.py
19+
- run: pip2 install -r requirements-2.txt
1820
- run: python2 tests.py
1921
tests-python3:
2022
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)