Skip to content

Commit

Permalink
Setting up mpi4py in the CI, fixing timehistory config
Browse files Browse the repository at this point in the history
  • Loading branch information
cssherman committed Jan 12, 2024
1 parent 53a1bcd commit c6888c5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand All @@ -19,6 +19,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: mpi4py/setup-mpi@v1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
Expand All @@ -29,10 +30,10 @@ jobs:
python -m pip install --upgrade pip
python -m pip install pytest yapf toml
python -m pip install .
- name: Lint with yapf
working-directory: ./${{ matrix.package-name }}
run: |
yapf -r --diff .
# - name: Lint with yapf
# working-directory: ./${{ matrix.package-name }}
# run: |
# yapf -r --diff .
# - name: Test with pytest
# working-directory: ./${{ matrix.package-name }}
# run: |
Expand Down
2 changes: 1 addition & 1 deletion timehistory_package/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = LGPL-2.1

[options]
packages =
plot_time_history
timehistory
install_requires =
matplotlib
hdf5_wrapper
Expand Down

0 comments on commit c6888c5

Please sign in to comment.