From d938e6e6e04fcb792a305f40bce4f51eb1dca0ba Mon Sep 17 00:00:00 2001 From: Chaz Date: Wed, 6 Mar 2024 12:19:38 -0700 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 78b95a3..a0f3a8a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -26,14 +26,14 @@ jobs: with: python-version: '3.11' #cache: 'pip' - - run: pip install jupyter numpy pandas scikit-learn plotly.express + - run: pip install jupyter numpy pandas scikit-learn plotly.express seaborn matplotlib # altair altair_viewer # nbformat nbclient pyyaml #- run: pip install -r requirements.txt # Comment out the 2 below section if you are not using R - name: Install R uses: r-lib/actions/setup-r@v2 with: - r-version: '4.3.2' + #r-version: '4.3.2' use-public-rspm: true - name: Install R Dependencies