diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index b380b89..66e86fb 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -10,7 +10,7 @@ concurrency: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 strategy: fail-fast: false matrix: @@ -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: @@ -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: | diff --git a/timehistory_package/setup.cfg b/timehistory_package/setup.cfg index e6e3464..04967be 100644 --- a/timehistory_package/setup.cfg +++ b/timehistory_package/setup.cfg @@ -8,7 +8,7 @@ license = LGPL-2.1 [options] packages = - plot_time_history + timehistory install_requires = matplotlib hdf5_wrapper