Skip to content

Bump optimade[server] from 0.24.1 to 0.25.1 #150

Bump optimade[server] from 0.24.1 to 0.25.1

Bump optimade[server] from 0.24.1 to 0.25.1 #150

Workflow file for this run

name: Building GitHub pages (CI)
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
# Cancel running workflows when additional changes are pushed
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-using-a-fallback-value
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.11
- name: Install OPTIMADE
run: |
python -m pip install --upgrade pip
pip install -r make_ghpages/requirements.txt
- name: Make pages
run: cd make_ghpages && python make_pages.py