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 ade1abc commit 25343b4Copy full SHA for 25343b4
.github/workflows/main.yml
@@ -38,7 +38,7 @@ jobs:
38
run: >-
39
sudo apt-get update -y &&
40
sudo apt-get install -y python3-pip &&
41
- sudo pip3 install --upgrade -r ./requirements.txt
+ sudo pip3 install --ignore-installed --upgrade -r ./requirements.txt
42
43
- name: Check Spelling
44
uses: crate-ci/typos@7ad296c72fa8265059cc03d1eda562fbdfcd6df2 # v1.9.0
requirements.txt
@@ -1,4 +1,5 @@
1
Pygments>=2.4
2
+typing-extensions>=4.12.0
3
sphinx
4
sphinxcontrib-spelling
5
sphinx-rtd-theme>=0.5.2
0 commit comments