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 f5a9d48 commit 4e7bbadCopy full SHA for 4e7bbad
.github/workflows/ci.yml
@@ -30,6 +30,7 @@ jobs:
30
runs-on: ubuntu-latest
31
steps:
32
- uses: actions/setup-python@v2
33
+ - run: python -m pip install -U setuptools wheel
34
- uses: actions/checkout@v2
35
- run: sudo apt-get install -y gettext graphviz
36
- run: python setup.py develop
0 commit comments