Skip to content

Commit

Permalink
Merge pull request #111 from NESTCollaboration/gr_updateWorkflows
Browse files Browse the repository at this point in the history
Updated workflows for github tests and PyPi
  • Loading branch information
grischbieter authored Jul 18, 2024
2 parents 14e1f91 + e166051 commit 076e07a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pypi_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
os: "ubuntu-latest"
- python-version: 3.7
os: "ubuntu-latest"
- python-version: 3.6
os: "macos-latest"
- python-version: 3.7
os: "macos-latest"
- python-version: 3.9
os: "ubuntu-latest"
- python-version: "3.10"
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/test_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ jobs:
matrix:
os: [ "ubuntu-latest" , "macos-latest" ]
python-version: [ 3.6, 3.7, 3.8, 3.9, "3.10" ]
exclude:
- python-version: 3.6
os: "ubuntu-latest"
- python-version: 3.6
os: "macos-latest"
- python-version: 3.7
os: "macos-latest"
steps:
- name: Setup python
uses: actions/setup-python@v2.3.1
Expand Down
1 change: 1 addition & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Python bindings

* Greg Rischbieter <rischbie@umich.edu> @grischbieter
* Nicholas Carrara <ncarrara.physics@gmail.com> @infophysics
* Sophia Andaloro <sja5@rice.edu> @sophiaandaloro
* Christopher Tunnell <tunnell@rice.edu> @tunnell
Expand Down

0 comments on commit 076e07a

Please sign in to comment.