Skip to content

Commit

Permalink
add osx-arm64 py312 test (#853)
Browse files Browse the repository at this point in the history
* add osx-arm64 py312 test

* newest duecredit release looks broken
  • Loading branch information
mikemhenry authored May 16, 2024
1 parent 5be7f73 commit acada80
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ jobs:
pydantic-version: ">1"
openeye: "no"
ommff-version: "<0.13"
- os: "macos-latest"
python-version: "3.12"
pydantic-version: ">1"
omff-version: "0.13"
openeye: ["no"]

env:
OE_LICENSE: ${{ github.workspace }}/oe_license.txt
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- jaimergp/label/unsupported-cudatoolkit-shim
- conda-forge
dependencies:
- duecredit
- duecredit<0.10
- kartograf>=1.0.0
- lomap2>=3.0.0
- numpy
Expand Down

0 comments on commit acada80

Please sign in to comment.