From 358197bc2f4d8d2718c8835a91665a3db4e4315f Mon Sep 17 00:00:00 2001 From: Carl Date: Wed, 20 Dec 2023 06:04:12 +0000 Subject: [PATCH] ... :boom: --- .github/workflows/quarto.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/quarto.yaml b/.github/workflows/quarto.yaml index 5b3d5ae..e11985c 100644 --- a/.github/workflows/quarto.yaml +++ b/.github/workflows/quarto.yaml @@ -24,7 +24,7 @@ jobs: # uses: quarto-dev/quarto-actions/setup@v2 - name: update dependencies - run: su $USER && python -m pip install .devcontainer/requirements.txt + run: su rstudio && python -m pip install .devcontainer/requirements.txt - name: Render and Publish if: github.repository == 'boettiger-lab/nasa-topst-env-justice'