Skip to content

Commit a12b987

Browse files
committed
another trial with exclude and include
1 parent 50ba2b4 commit a12b987

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.github/workflows/ci-test.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
test:
1616
name: CI build test
1717

18-
runs-on: ubuntu-latest
18+
#runs-on: ubuntu-latest
1919
# use below if running on multiple OS's.
20-
# runs-on: ${{ matrix.os }}
20+
runs-on: ${{ matrix.os }}
2121

2222
strategy:
2323
fail-fast: false
@@ -28,18 +28,21 @@ jobs:
2828
# python-version: [ "2.7", "3.10", "3.9", "3.8", "3.6", "3.11-dev" ]
2929
# use for multiple os or ubuntu versions
3030
#os: [ubuntu-latest, macos-latest, windows-latest]
31+
os: [ubuntu-latest, ubuntu-22.04]
3132
# if the ones above fail. fail the build
3233
experimental: [false]
3334
include:
3435
# example: if 3.12 fails the jobs still succeeds
3536
# - python-version: 3.12
3637
# experimental: true
37-
- python-version: "3.10"
38-
os: ubuntu-22.04
38+
- os: ubuntu-22.04
39+
python-version: 2.7
3940
experimental: true
40-
- python-version: "3.11-dev"
41-
runs-on: ubuntu-22.04
41+
- os: ubuntu-22.04
42+
python-version: 3.11-dev
4243
experimental: true
44+
exclude:
45+
- os: ubuntu-22.04
4346

4447
env:
4548
# get colorized pytest output even without a controlling tty

0 commit comments

Comments
 (0)