Skip to content

Merge pull request #77 from ax3l/fix-np-2.0-fixed-size-str-1.1.X #40

Merge pull request #77 from ax3l/fix-np-2.0-fixed-size-str-1.1.X

Merge pull request #77 from ax3l/fix-np-2.0-fixed-size-str-1.1.X #40

Workflow file for this run

name: 🪟 Windows
on: [push, pull_request]
concurrency:
group: ${{ github.ref }}-${{ github.head_ref }}-windows
cancel-in-progress: true
jobs:
build_win:
name: Windows
runs-on: windows-latest
if: github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v2
- 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