Skip to content

Commit

Permalink
Try using system python
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Jul 1, 2024
1 parent b39a0e8 commit b839fe9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,7 @@ jobs:
with:
submodules: true

- name: Use Python 3.12
uses: actions/setup-python@v5
with:
python-version: 3.12
cache: 'pip'
cache-dependency-path: |
python/requirements.txt
c/requirements.txt
docs/requirements.txt
- run: sudo apt-get install -y python3-clang python3-pip

- uses: ammaraskar/sphinx-action@master
with:
Expand Down
3 changes: 1 addition & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
sphinx>=3.1
sphinx-rtd-theme
sphinx-js
hawkmoth
clang
hawkmoth

0 comments on commit b839fe9

Please sign in to comment.