We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1854115 commit a471570Copy full SHA for a471570
.github/workflows/docs.yml
@@ -15,15 +15,14 @@ jobs:
15
16
steps:
17
- uses: actions/checkout@v4
18
- - name: Install Git
19
- run: sudo apt-get update && sudo apt-get install -y git
20
- name: Set up Python ${{ matrix.python-version }}
21
uses: actions/setup-python@v5
22
with:
23
python-version: ${{ matrix.python-version }}
24
cache: 'pip'
25
- name: Install dependencies
26
run: |
+ sudo apt-get install -y git
27
python3 -m pip install --upgrade pip pygments bs4 lxml
28
pip3 install git+https://github.com/capjamesg/aurora
29
pip3 install -e .
0 commit comments