File tree Expand file tree Collapse file tree 2 files changed +8
-13
lines changed
Expand file tree Collapse file tree 2 files changed +8
-13
lines changed Original file line number Diff line number Diff line change 2323 uses : actions/setup-python@v5
2424 with :
2525 # must the the latest one where cf_units is
26- python-version : " 3.11 "
26+ python-version : " 3.12 "
2727
2828 - name : Get tags
2929 run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
Original file line number Diff line number Diff line change 1- name : Tests
1+ name : Default Tests
22
33on :
44 pull_request :
55 push :
6- branches : [main]
76
87jobs :
98 run :
@@ -26,19 +25,15 @@ jobs:
2625 environment-name : TEST
2726 init-shell : bash
2827 create-args : >-
29- python=${{ matrix.python-version }} --file requirements.txt --file requirements-dev.txt --channel conda-forge
28+ python=${{ matrix.python-version }} pip
29+ --file requirements.txt
30+ --file requirements-dev.txt
31+ --channel conda-forge
3032
31- - name : Install cc- plugin-glider
33+ - name : Install plugin
3234 run : |
3335 python -m pip install -e . --no-deps --force-reinstall
3436
3537 - name : Run tests
3638 run : |
37- python -m pytest -rxs --pyargs cc_plugin_glider
38-
39- - name : Test latest compliance-checker
40- if : matrix.experimental == true
41- run : >
42- micromamba remove compliance-checker --no-prune-deps --yes
43- && pip install git+https://github.com/ioos/compliance-checker.git --no-deps
44- && python -m pytest -rxs --pyargs cc_plugin_glider
39+ python -m pytest -rxs --pyargs --pyargs cc_plugin_glider
You can’t perform that action at this time.
0 commit comments