Skip to content

Commit

Permalink
Test against Pint 0.24 branches
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwthompson committed Feb 5, 2025
1 parent 86b6d1f commit b9c5b71
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
os: [ubuntu-latest, macos-latest]
python-version: ["3.10", "3.11", "3.12"]
openeye: [false, true]
new-pint: [false, true]

env:
OE_LICENSE: ${{ github.workspace }}/oe_license.txt
Expand All @@ -50,6 +51,14 @@ jobs:
env:
SECRET_OE_LICENSE: ${{ secrets.OE_LICENSE }}

- name: Install Pint 0.24.4 and `openff-units` branch
if: matrix.new-pint
run: |
python -m pip install \
"pint==0.24.4" \
git+https://github.com/openforcefield/openff-units.git@d68fdeb333671e627fcf1d7db8b07724783274ab \
git+https://github.com/openforcefield/[email protected]
- name: Install Package
run: |
python -m pip install -e .
Expand Down

0 comments on commit b9c5b71

Please sign in to comment.