Skip to content

Specify numpy version in pr_action.yml and website.yml #10

Specify numpy version in pr_action.yml and website.yml

Specify numpy version in pr_action.yml and website.yml #10

Workflow file for this run

name: website
on:
push:
branches:
- main
jobs:
build:

Check failure on line 8 in .github/workflows/website.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/website.yml

Invalid workflow file

You have an error in your yaml syntax on line 8
name: Build website with rmarkdown
runs-on: ubuntu-latest
container: stateofther/r-finistr2024:0.1
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Additional R packages
run: |
Rscript -e "install.packages(c('tictoc', 'nimble', 'ggmcmc', 'compareMCMCs', 'nimbleHMC', 'mvtnorm'))"
- name: Additional Python packages
run: |
pip install torch torch_geometric
pip install numpy==1.26.1
pip install scikit-learn scikit-network networkx matplotlib tqdm openpyxl pandas
- name: Generate slides
run: "quarto render"
- name: GitHub Pages action
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./_site