From a72c4574b852c18193b4e4b1b7e5e8bc3ee8113e Mon Sep 17 00:00:00 2001 From: amyheather Date: Tue, 9 Jul 2024 11:06:08 +0100 Subject: [PATCH] ci(github action): corrected error introduced for python dependencies --- .github/workflows/quarto_publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/quarto_publish.yaml b/.github/workflows/quarto_publish.yaml index 022e952..e1e3a8c 100644 --- a/.github/workflows/quarto_publish.yaml +++ b/.github/workflows/quarto_publish.yaml @@ -27,7 +27,7 @@ jobs: cache: 'pip' - name: Install python dependencies - - run: pip install -r requirements.txt + run: pip install -r requirements.txt - name: Install R uses: r-lib/actions/setup-r@v2