mirror of
https://github.com/chubin/cheat.sh.git
synced 2026-06-20 13:16:44 +02:00
Remove pip freeze from ci
This commit is contained in:
@@ -16,7 +16,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: install dependencies
|
||||
run: pip install --upgrade -r requirements.txt ; pip freeze
|
||||
run: pip install --upgrade -r requirements.txt
|
||||
- name: fetch upstream cheat sheets
|
||||
run: python lib/fetch.py fetch-all
|
||||
- name: run tests
|
||||
|
||||
Reference in New Issue
Block a user