From 845766dc133e366f2907f4dabe7d932b519c4c96 Mon Sep 17 00:00:00 2001 From: Chaz Date: Fri, 20 Sep 2024 10:39:43 -0600 Subject: [PATCH] Update publish.yml updated for Lets-Plot --- .github/workflows/publish.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1003aca..bf472c6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -26,27 +26,27 @@ jobs: with: python-version: '3.11' #cache: 'pip' - - run: pip install jupyter numpy pandas scikit-learn plotly.express seaborn matplotlib # altair altair_viewer # nbformat nbclient pyyaml + - run: pip install jupyter numpy pandas scikit-learn lets-plot palmerpenguins plotly.express seaborn altair altair_viewer tabulate nbformat nbclient kaleido #- 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' - use-public-rspm: true + # - name: Install R + # uses: r-lib/actions/setup-r@v2 + # with: + # #r-version: '4.3.2' + # use-public-rspm: true - - name: Install R Dependencies - uses: r-lib/actions/setup-r-dependencies@v2 - with: - packages: - any::tidyverse - any::knitr - any::DT + # - name: Install R Dependencies + # uses: r-lib/actions/setup-r-dependencies@v2 + # with: + # packages: + # any::tidyverse + # any::knitr + # any::DT - name: Render and Publish uses: quarto-dev/quarto-actions/publish@v2 with: target: gh-pages env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}