Skip to content

Commit b670d09

Browse files
committed
[ci] use pip and not apt to install dependencies
1 parent 84d15e9 commit b670d09

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/default.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,7 @@ jobs:
5252
- uses: actions/setup-python@v5
5353
with:
5454
python-version: ${{ matrix.python-version }}
55-
- name: install dependencies
56-
run: |
57-
sudo apt-get update
58-
sudo apt-get dist-upgrade -y
59-
sudo apt-get install -y python3-sphinx
60-
sudo apt-get install -y python3-docutils
55+
- run: python -m pip install sphinx
6156
- name: documentation
6257
run: |
6358
make documentation

0 commit comments

Comments
 (0)