We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a47414e commit 0cf1519Copy full SHA for 0cf1519
.github/workflows/ci.yaml
@@ -7,12 +7,11 @@ on:
7
branches:
8
- "main"
9
paths:
10
- - "ci/**"
11
- - ".github/**"
12
- - "/*" # covers files such as `pyproject.toml`
13
- - "/.*" # ...and dotfiles in the root such as `.pre-commit-config.yaml`
14
- - "properties/**"
15
- - "xarray/**"
+ - 'ci/**'
+ - '.github/**'
+ - '/*' # covers files such as `pyproject.toml`
+ - 'properties/**'
+ - 'xarray/**'
16
workflow_dispatch: # allows you to trigger manually
17
18
concurrency:
@@ -54,7 +53,7 @@ jobs:
54
53
matrix:
55
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
56
# Bookend python versions
57
- python-version: ["3.9", "3.12"]
+ python-version: ["3.9", "3.12"]
58
env: [""]
59
include:
60
# Minimum python version:
0 commit comments