Skip to content

Commit 7d96b49

Browse files
committed
specific action file for metoffice
1 parent 8bc9cb4 commit 7d96b49

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/CI_tests.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
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

1213
jobs:
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 }}
@@ -41,4 +42,4 @@ jobs:
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/

0 commit comments

Comments
 (0)