From eaf93a8af24512ffb8f54df4b1fd1eb459cae676 Mon Sep 17 00:00:00 2001 From: angusmcb Date: Mon, 16 Dec 2024 16:01:35 +0100 Subject: [PATCH] Don't try to install requirements manually --- .github/workflows/test-deploy-documentation.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test-deploy-documentation.yml b/.github/workflows/test-deploy-documentation.yml index cf837bd..5530b0c 100644 --- a/.github/workflows/test-deploy-documentation.yml +++ b/.github/workflows/test-deploy-documentation.yml @@ -9,11 +9,11 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 - with: - python-version: '3.12' - - name: Install package - run: pip install -r requirements-docs.txt + # - uses: actions/setup-python@v5 + # with: + # python-version: '3.12' + # - name: Install package + # run: pip install -r requirements-docs.txt - uses: ammaraskar/sphinx-action@master with: