Skip to content

Commit

Permalink
maint: update CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Apr 26, 2024
1 parent 77da183 commit bc3c187
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
env:
ANTSPATH: /opt/ants
steps:
- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: /var/lib/apt
key: apt-cache-v2
Expand All @@ -32,7 +32,7 @@ jobs:
texlive-latex-extra \
cm-super
- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: /opt/ants
key: ants-v1
Expand All @@ -45,13 +45,13 @@ jobs:
curl -sSL "https://dl.dropbox.com/s/gwf51ykkk5bifyj/ants-Linux-centos6_x86_64-v2.3.4.tar.gz" | sudo tar -xzC $ANTSPATH --strip-components 1
fi
- uses: actions/checkout@v2
- uses: actions/checkout@v4

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

- name: Install dependencies
run: |
Expand All @@ -65,7 +65,7 @@ jobs:
# Push the book's HTML to github-pages
- name: GitHub Pages action
uses: peaceiris/actions-gh-pages@v3.6.1
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/_build/html
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jupyterlab
matplotlib
nibabel
nilearn
git+https://github.com/poldracklab/nitransforms.git@master
nitransforms
niworkflows >= 1.4.0rc5
numpy
pytest
Expand Down

0 comments on commit bc3c187

Please sign in to comment.