Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions .github/workflows/project-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ on:

jobs:
tests:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
timeout-minutes: 30
strategy:
matrix:
python-version: ["3.11", "3.12", "3.13"]
name: Run tests
steps:
- name: Checkout repo
uses: actions/checkout@v5
uses: actions/checkout@v5.0.0

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
uses: actions/setup-python@v5.6.0
with:
python-version: ${{ matrix.python-version }}

Expand All @@ -36,14 +36,14 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}

docs:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
timeout-minutes: 15
steps:
- uses: actions/checkout@v5
- name: Set up Python 3.12
uses: actions/setup-python@v5
- uses: actions/checkout@v5.0.0
- name: Set up Python 3.13
uses: actions/setup-python@v5.6.0
with:
python-version: 3.12
python-version: 3.13
- name: Install python dependencies
run: |
pip install --upgrade pip
Expand All @@ -52,14 +52,14 @@ jobs:
run: cd docs && make

pre-commit:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
timeout-minutes: 15
steps:
- uses: actions/checkout@v5
- name: Set up Python 3.11
uses: actions/setup-python@v5
- uses: actions/checkout@v5.0.0
- name: Set up Python 3.13
uses: actions/setup-python@v5.6.0
with:
python-version: 3.11
python-version: 3.13
- name: Install python dependencies
run: |
pip install --upgrade pip
Expand All @@ -71,7 +71,7 @@ jobs:

mdanalysis-compatibility:
if: github.event_name == 'schedule'
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
timeout-minutes: 15
strategy:
matrix:
Expand All @@ -80,10 +80,10 @@ jobs:
name: MDAnalysis Compatibility Tests
steps:
- name: Checkout repo
uses: actions/checkout@v5
uses: actions/checkout@v5.0.0

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
uses: actions/setup-python@v5.6.0
with:
python-version: ${{ matrix.python-version }}

Expand Down Expand Up @@ -112,4 +112,4 @@ jobs:
with:
filename: .github/workflows/mdanalysis-compatibility-failure.md
update_existing: true
search_existing: open
search_existing: open