File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 11# This workflow will install Python dependencies and run tests on different python versions
22# more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
33
4- name : CI
4+ name : CI_MetOffice
55
6- on :
6+ on :
7+ workflow_dispatch :
78 push :
89 branches :
9- - meteoswiss-dev
10+ - metoffice
1011 pull_request :
1112
1213jobs :
1314 build :
14- runs-on : ubuntu-latest
15+ runs-on : ubuntu-22.04
1516 strategy :
1617 matrix :
17- python-version : ['3.10', '3.11 ']
18+ python-version : ['3.7 ']
1819 steps :
1920 - uses : actions/checkout@v3
2021 - name : Set up python ${{ matrix.python-version }}
4142 poetry env list
4243 poetry show
4344 - name : Run tests
44- run : poetry run python -m unittest discover tests/
45+ run : poetry run python -m unittest discover tests/
You can’t perform that action at this time.
0 commit comments