Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sbird committed Aug 20, 2024
1 parent d91a539 commit ed17332
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
shell: bash -l {0}
strategy:
matrix:
python-version: ['3.7','3.10']
python-version: ['3.10', '3.12']
steps:
- name: Checkout source code
uses: actions/checkout@v4
Expand All @@ -29,7 +29,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Build
run: |
python -m pip install setuptools wheel nose mpi4py numpy cython
python -m pip install setuptools wheel nose mpi4py numpy cython build
python -m build
- name: Unit tests
run: |
Expand Down

0 comments on commit ed17332

Please sign in to comment.