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 11e7c6a commit 62920beCopy full SHA for 62920be
.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 -r requirements.txt ; pip freeze
+ run: pip install --upgrade -r requirements.txt ; pip freeze
20
- name: fetch upstream cheat sheets
21
run: python lib/fetch.py fetch-all
22
- name: run tests
0 commit comments