MilesCranmer commited on
Commit
83a2950
·
unverified ·
1 Parent(s): f77beb1

Fix Windows CI version

Browse files
Files changed (1) hide show
  1. .github/workflows/CI_Windows.yml +1 -1
.github/workflows/CI_Windows.yml CHANGED
@@ -29,7 +29,7 @@ jobs:
29
  shell: bash
30
  strategy:
31
  matrix:
32
- julia-version: ['1.9']
33
  python-version: ['3.11']
34
  os: [windows-latest]
35
 
 
29
  shell: bash
30
  strategy:
31
  matrix:
32
+ julia-version: ['1']
33
  python-version: ['3.11']
34
  os: [windows-latest]
35