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

Merge pull request #252 from chubin/chubin.ci

Show package versions
This commit is contained in:
Igor Chubin
2020-11-13 12:27:50 +01:00
committed by GitHub
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: install dependencies
run: pip install -r requirements.txt
run: pip install --upgrade -r requirements.txt
- name: fetch upstream cheat sheets
run: python lib/fetch.py fetch-all
- name: run tests