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 Mar 6, 2024
1 parent 3720c98 commit d938e6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d938e6e

Please sign in to comment.