MilesCranmer commited on
Commit
e05d2e2
·
1 Parent(s): 00ab5ac

Only run conda test on one matrix element

Browse files
Files changed (1) hide show
  1. .github/workflows/CI_conda.yml +3 -3
.github/workflows/CI_conda.yml CHANGED
@@ -27,9 +27,9 @@ jobs:
27
  runs-on: ${{ matrix.os }}
28
  strategy:
29
  matrix:
30
- julia-version: ['1.5.0', '1.6.1', '1.7.1']
31
- python-version: ['3.7', '3.8', '3.9']
32
- os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
33
 
34
  steps:
35
  - uses: actions/[email protected]
 
27
  runs-on: ${{ matrix.os }}
28
  strategy:
29
  matrix:
30
+ julia-version: ['1.7.1']
31
+ python-version: ['3.9']
32
+ os: ['ubuntu-latest']
33
 
34
  steps:
35
  - uses: actions/[email protected]