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 ae8edf0 commit e1ec13dCopy full SHA for e1ec13d
.github/workflows/tests-ubuntu.yml
@@ -14,8 +14,8 @@ jobs:
14
steps:
15
- uses: actions/checkout@v2
16
- name: install dependencies
17
- run: pip3 install -r requirements.txt
+ run: pip install -r requirements.txt
18
- name: fetch upstream cheat sheets
19
- run: python3 lib/fetch.py fetch-all
+ run: python lib/fetch.py fetch-all
20
- name: run tests
21
run: bash tests/run-tests.sh
0 commit comments