Skip to content

[NASA:Update] Distributed dace cache (rework) #6

[NASA:Update] Distributed dace cache (rework)

[NASA:Update] Distributed dace cache (rework) #6

Workflow file for this run

name: "Main unit tests"
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]
jobs:
main_unit_tests:
runs-on: ubuntu-latest
steps:
- name: Checkout Pace repository
uses: actions/[email protected]
with:
submodules: 'recursive'
- name: Step Python 3.8.12
uses: actions/[email protected]
with:
python-version: '3.8.12'
- name: Install OpenMPI for gt4py
run: |
sudo apt-get install libopenmpi-dev
- name: Install Python packages
run: |
python -m pip install --upgrade pip
pip install -r requirements_dev.txt
- name: Run all main tests
run: |
pytest -x tests/main