Skip to content

Bump actions/setup-python from 5.3.0 to 5.4.0 in the actions-version group #27

Bump actions/setup-python from 5.3.0 to 5.4.0 in the actions-version group

Bump actions/setup-python from 5.3.0 to 5.4.0 in the actions-version group #27

Workflow file for this run

name: Unit test
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
push:
branches:
- "main"
workflow_dispatch:
jobs:
status:
name: Initialize and show status
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up Python
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
with:
python-version: "3.12"
- name: Set up Python environment
uses: glotzerlab/workflows/setup-uv@a36a97114c60241b26217ce92abbb64621ac67c7 # 0.6.0
with:
lockfile: ".github/workflows/requirements-test.txt"
- name: Initialize workspace
run: python3 hoomd_validation/project.py init
- name: Show workflow
run: cat --number workflow.toml
- name: Set up row
uses: glotzerlab/workflows/setup-row@a36a97114c60241b26217ce92abbb64621ac67c7 # 0.6.0
- name: Show project status
run: row show status