Skip to content

Commit e1c0a43

Browse files
committed
testing actions
1 parent 7d0d5ca commit e1c0a43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v2
1616
- run: sudo apt install python2
17-
- run: pip2 install -r requirements-2.txt
17+
- run: pip2.7 install -r requirements-2.txt
1818
- run: python2 tests.py
1919
tests-python3:
2020
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)