From 6a97cb908b1cd77d91d113fa300210e1ef0e48f2 Mon Sep 17 00:00:00 2001 From: Taylor Isbell Date: Wed, 24 Apr 2024 16:33:54 -0500 Subject: [PATCH] removed requirements copy step --- .github/workflows/release.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6b2a69c5..8c1b6f29 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,11 +55,11 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: '0' - - name: Copy Requirements - uses: canastro/copy-file-action@master - with: - source: "python/requirements/dbr143.txt" - target: "docs/requirements.txt" + # - name: Copy Requirements + # uses: canastro/copy-file-action@master + # with: + # source: "python/requirements/dbr143.txt" + # target: "docs/requirements.txt" - name: Build HTML uses: ammaraskar/sphinx-action@0.4 with: