Skip to content

Commit

Permalink
add cf-units test
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Nov 13, 2024
1 parent 880dac9 commit 801f3d7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/default-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:
matrix:
python-version: [ "3.10", "3.11", "3.12", "3.13" ]
os: [ windows-latest, ubuntu-latest, macos-latest ]
cf_units: [ false ]
include:
- python-version: "3.10"
os: "ubuntu-latest"
cf_units: true
fail-fast: false
defaults:
run:
Expand All @@ -30,6 +35,11 @@ jobs:
--file test_requirements.txt
--channel conda-forge
- name: Test with cf-units (faster)
if: matrix.cf_units == true
run: >-
micromamba install cf-units --channel conda-forge
- name: Install compliance-checker
run: |
pip install git+https://github.com/pelson/pyudunits2.git@864e339d622656d060d910381510f9bfe7b17aab
Expand Down

0 comments on commit 801f3d7

Please sign in to comment.