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 fa127fc commit 4dcc7c2Copy full SHA for 4dcc7c2
.github/workflows/build.yml
@@ -40,14 +40,7 @@ jobs:
40
source actions-ci/install.sh
41
- name: Pip install pylint, black, & Sphinx
42
run: |
43
-<<<<<<< Updated upstream
44
pip install --force-reinstall pylint black==19.10b0 Sphinx sphinx-rtd-theme
45
-=======
46
- sudo apt-get install -y gettext
47
- pip install -r requirements.txt
48
- pip install circuitpython-build-tools Sphinx sphinx-rtd-theme
49
- pip install pylint
50
->>>>>>> Stashed changes
51
- name: Library version
52
run: git describe --dirty --always --tags
53
- name: PyLint
0 commit comments