Skip to content

CI: Update

CI: Update #42

Workflow file for this run

name: 🐧 Ubuntu
on: [push, pull_request]
concurrency:
group: ${{ github.ref }}-${{ github.head_ref }}-ubuntu
cancel-in-progress: true
jobs:
build_gcc:
name: Ubuntu
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v4
- name: Dependencies
run: |
python3 -m pip install --upgrade pyflakes
python3 -m pip install --upgrade -r requirements.txt
python3 -m pyflakes openpmd_validator
- name: Test
run: |
python3 -m pip install .
openPMD_createExamples_h5
openPMD_check_h5 -i example.h5 --EDPIC