Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chaz-clark committed Dec 18, 2024
1 parent 006d4ac commit add72d3
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,27 +22,27 @@ jobs:

# Comment out the below section if you are not using python
- name: Install Python and Dependencies
uses: actions/setup-python@v4
uses: actions/setup-python@v5.3.0
with:
python-version: '3.11'
python-version: '3.12'
#cache: 'pip'
- run: pip install jupyter numpy pandas scikit-learn lets-plot palmerpenguins seaborn matplotlib plotly.express #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'
use-public-rspm: true
# # 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 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
Expand Down

0 comments on commit add72d3

Please sign in to comment.