MilesCranmer commited on
Commit
1122900
1 Parent(s): def34fb

Reduce redundancy of tests

Browse files
Files changed (1) hide show
  1. .github/workflows/CI.yml +6 -2
.github/workflows/CI.yml CHANGED
@@ -29,9 +29,13 @@ jobs:
29
  shell: bash
30
  strategy:
31
  matrix:
32
- julia-version: ['1.6', '1']
33
- python-version: ['3.7', '3.11']
34
  os: [ubuntu-latest]
 
 
 
 
35
 
36
  steps:
37
  - uses: actions/checkout@v3
 
29
  shell: bash
30
  strategy:
31
  matrix:
32
+ julia-version: ['1']
33
+ python-version: ['3.11']
34
  os: [ubuntu-latest]
35
+ include:
36
+ - julia-version: ['1.6']
37
+ python-version: ['3.7']
38
+ os: [ubuntu-latest]
39
 
40
  steps:
41
  - uses: actions/checkout@v3