Skip to content

Commit c5225b6

Browse files
committed
update container
1 parent 2b4fd55 commit c5225b6

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/deploy-book.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,11 @@ on:
1010
jobs:
1111
deploy-book:
1212
runs-on: ubuntu-latest
13-
container: poldrack/jupyter-python-r
13+
container: poldrack/statsthinking21
1414

1515
steps:
1616
- uses: actions/checkout@v2
1717

18-
# Install dependencies
19-
- name: Set up Python 3.8
20-
uses: actions/setup-python@v1
21-
with:
22-
python-version: 3.8
23-
24-
- name: Install dependencies
25-
run: |
26-
pip install -r requirements.txt
27-
2818
# Build the book
2919
- name: Build the book
3020
run: |

0 commit comments

Comments
 (0)