Skip to content

Commit 4dcc7c2

Browse files
committed
Fixed merge conflicts
1 parent fa127fc commit 4dcc7c2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,7 @@ jobs:
4040
source actions-ci/install.sh
4141
- name: Pip install pylint, black, & Sphinx
4242
run: |
43-
<<<<<<< Updated upstream
4443
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
5144
- name: Library version
5245
run: git describe --dirty --always --tags
5346
- name: PyLint

0 commit comments

Comments
 (0)