Skip to content

Commit e1ec13d

Browse files
committed
Python 3 is default on 20.04+
1 parent ae8edf0 commit e1ec13d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests-ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v2
1616
- name: install dependencies
17-
run: pip3 install -r requirements.txt
17+
run: pip install -r requirements.txt
1818
- name: fetch upstream cheat sheets
19-
run: python3 lib/fetch.py fetch-all
19+
run: python lib/fetch.py fetch-all
2020
- name: run tests
2121
run: bash tests/run-tests.sh

0 commit comments

Comments
 (0)