Skip to content

Commit

Permalink
CI: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Jun 18, 2024
1 parent 34609e6 commit 633fb2d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,22 @@ jobs:
runs-on: macos-latest
if: github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Dependencies
run: |
python3 -m venv py-venv
source py-venv/bin/activate
python3 -m pip install --upgrade pyflakes
python3 -m pip install --upgrade -r requirements.txt
python3 -m pyflakes openpmd_validator
- name: Test
run: |
source py-venv/bin/activate
python3 -m pip install .
openPMD_createExamples_h5
openPMD_check_h5 -i example.h5 --EDPIC
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: windows-latest
if: github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Dependencies
run: |
Expand Down

0 comments on commit 633fb2d

Please sign in to comment.