MilesCranmer commited on
Commit
09c365a
1 Parent(s): 73e83d4

Fix name of CI for conda

Browse files
Files changed (1) hide show
  1. .github/workflows/CI.yml +1 -2
.github/workflows/CI.yml CHANGED
@@ -83,7 +83,6 @@ jobs:
83
  shell: bash -l {0}
84
  strategy:
85
  matrix:
86
- julia-version: ['1.7.1']
87
  python-version: ['3.9']
88
  os: ['ubuntu-latest']
89
 
@@ -108,7 +107,7 @@ jobs:
108
  - name: "Cache Julia"
109
  uses: julia-actions/cache@v1
110
  with:
111
- cache-name: ${{ matrix.os }}-conda-${{ matrix.julia-version }}-${{ matrix.python-version }}
112
  cache-packages: false
113
  - name: "Install PySR"
114
  run: |
 
83
  shell: bash -l {0}
84
  strategy:
85
  matrix:
 
86
  python-version: ['3.9']
87
  os: ['ubuntu-latest']
88
 
 
107
  - name: "Cache Julia"
108
  uses: julia-actions/cache@v1
109
  with:
110
+ cache-name: ${{ matrix.os }}-conda-${{ matrix.python-version }}
111
  cache-packages: false
112
  - name: "Install PySR"
113
  run: |