Skip to content

Commit

Permalink
update container
Browse files Browse the repository at this point in the history
  • Loading branch information
poldrack committed Apr 1, 2024
1 parent 2b4fd55 commit c5225b6
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/deploy-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,11 @@ on:
jobs:
deploy-book:
runs-on: ubuntu-latest
container: poldrack/jupyter-python-r
container: poldrack/statsthinking21

steps:
- uses: actions/checkout@v2

# Install dependencies
- name: Set up Python 3.8
uses: actions/setup-python@v1
with:
python-version: 3.8

- name: Install dependencies
run: |
pip install -r requirements.txt
# Build the book
- name: Build the book
run: |
Expand Down

0 comments on commit c5225b6

Please sign in to comment.