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 1439bd9 commit 20b00cfCopy full SHA for 20b00cf
.github/workflows/main.yml
@@ -40,7 +40,7 @@ jobs:
40
- uses: actions/setup-python@v2
41
with:
42
python-version: 3.8.x
43
- - run: pip install --pre -r requirements.txt
+ - run: pip install -r requirements.txt
44
- run: pip freeze
45
- run: make fmt
46
- run: make lint
0 commit comments