Skip to content

Commit

Permalink
Merge pull request #61 from brown-ccv/php2560
Browse files Browse the repository at this point in the history
Added new packages to requirements.txt
  • Loading branch information
yangliu2009 authored Jul 13, 2022
2 parents e58997a + 98bd213 commit 2a37e33
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php2560-fall-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2

- name: Set Up GCloud
uses: google-github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@v0
with:
version: '290.0.1'
project_id: ${{ secrets.GCP_PROJECT_ID_JH_DOCKER }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/php2560.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v2

- name: Set Up GCloud
uses: google-github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@v0
with:
version: '290.0.1'
project_id: ${{ secrets.GCP_PROJECT_ID_JH_DOCKER }}
Expand Down
6 changes: 6 additions & 0 deletions requirements/classes/php2560/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ r-tidyverse=1.3*
unixodbc=2.3.*
r-tidymodels=0.1*
r-leaflet=2.0*
r-knitr=1.39*
r-nycflights13=1.0*
r-gridExtra=2.3*
r-ggplot2=3.3.6*
r-ggally=2.1.*
#r-docstring=1.*

# required for environment and plugins ( DO NOT REMOVE THESE!!! )
ipython
Expand Down

0 comments on commit 2a37e33

Please sign in to comment.