1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 13:16:44 +02:00

Python 3 is default on 20.04+

This commit is contained in:
Anatoli Babenia
2020-11-12 13:29:24 +03:00
parent ae8edf01dd
commit e1ec13dfd4
+2 -2
View File
@@ -14,8 +14,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: install dependencies
run: pip3 install -r requirements.txt
run: pip install -r requirements.txt
- name: fetch upstream cheat sheets
run: python3 lib/fetch.py fetch-all
run: python lib/fetch.py fetch-all
- name: run tests
run: bash tests/run-tests.sh