Skip to content

Change master build to 25.10 and name it Goldeye (#815) #2689

Change master build to 25.10 and name it Goldeye (#815)

Change master build to 25.10 and name it Goldeye (#815) #2689

Workflow file for this run

name: manifest_validation
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
uses: actions/setup-python@v1
with:
python-version: 3.9
- name: Validating manifest
run: |
python -m pip install --upgrade pip
make validate_manifest PYTHON=`which python`