Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
updated for Lets-Plot
  • Loading branch information
chaz-clark authored Sep 20, 2024
1 parent 94b8b5c commit 845766d
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 845766d

Please sign in to comment.