Skip to content

Commit

Permalink
added macos on the test workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilo9999 authored Dec 12, 2023
1 parent c4f7b01 commit d9060fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ jobs:
fail-fast: false
matrix:
version: ['3.9', '3.10', '3.11']
runs-on: ubuntu-latest
os: [ubuntu-latest,macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: install mpi
run: sudo apt update && sudo apt-get install openmpi-bin openmpi-doc libopenmpi-dev
Expand Down

0 comments on commit d9060fd

Please sign in to comment.