Skip to content

Bump actions/setup-python from 5.0.0 to 5.1.0 #209

Bump actions/setup-python from 5.0.0 to 5.1.0

Bump actions/setup-python from 5.0.0 to 5.1.0 #209

Workflow file for this run

name: CI
on:
pull_request:
branches:
- master
jobs:
main:
name: Sanity checks before a PR merge
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
with:
fetch-depth: 0 # we want all refs for the --is-ancestor check
- name: Set up Python
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
with:
python-version: '3.10'
cache: pip
- name: Ensure changes build
run: |
python -m pip install -r requirements.txt
mkdir build && cd build
make -f ../Makefile spec
- name: Check date and version
run: python check_release.py