We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a471570 commit 433fc09Copy full SHA for 433fc09
.github/workflows/docs.yml
@@ -22,7 +22,7 @@ jobs:
22
cache: 'pip'
23
- name: Install dependencies
24
run: |
25
- sudo apt-get install -y git
+ apt-get install -y git
26
python3 -m pip install --upgrade pip pygments bs4 lxml
27
pip3 install git+https://github.com/capjamesg/aurora
28
pip3 install -e .
0 commit comments