We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62920be commit bfa74bfCopy full SHA for bfa74bf
.github/workflows/tests-ubuntu.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- uses: actions/checkout@v2
18
- name: install dependencies
19
- run: pip install --upgrade -r requirements.txt ; pip freeze
+ run: pip install --upgrade -r requirements.txt
20
- name: fetch upstream cheat sheets
21
run: python lib/fetch.py fetch-all
22
- name: run tests
0 commit comments