From b839fe9c30d2a90764483f90511cabb9c23a6ffa Mon Sep 17 00:00:00 2001 From: Olivia Appleton Date: Mon, 1 Jul 2024 01:36:32 -0500 Subject: [PATCH] Try using system python --- .github/workflows/pages.yml | 10 +--------- docs/requirements.txt | 3 +-- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index e17f59d0..da527c99 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -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: diff --git a/docs/requirements.txt b/docs/requirements.txt index d1a18ce0..0386823d 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,4 @@ sphinx>=3.1 sphinx-rtd-theme sphinx-js -hawkmoth -clang \ No newline at end of file +hawkmoth \ No newline at end of file