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

Show package versions

This commit is contained in:
Igor Chubin
2020-11-13 11:47:22 +01:00
parent d6e0b4220e
commit 11e7c6a2bd
+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 -r requirements.txt ; pip freeze
- name: fetch upstream cheat sheets
run: python lib/fetch.py fetch-all
- name: run tests