Skip to content

Commit a471570

Browse files
authored
Update docs.yml
1 parent 1854115 commit a471570

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docs.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,14 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v4
18-
- name: Install Git
19-
run: sudo apt-get update && sudo apt-get install -y git
2018
- name: Set up Python ${{ matrix.python-version }}
2119
uses: actions/setup-python@v5
2220
with:
2321
python-version: ${{ matrix.python-version }}
2422
cache: 'pip'
2523
- name: Install dependencies
2624
run: |
25+
sudo apt-get install -y git
2726
python3 -m pip install --upgrade pip pygments bs4 lxml
2827
pip3 install git+https://github.com/capjamesg/aurora
2928
pip3 install -e .

0 commit comments

Comments
 (0)