MilesCranmer commited on
Commit
aa19284
1 Parent(s): b1cf54d

Rename workflows

Browse files
.github/workflows/CI.yml CHANGED
@@ -1,4 +1,4 @@
1
- name: CI
2
 
3
  on:
4
  push:
 
1
+ name: Linux
2
 
3
  on:
4
  push:
.github/workflows/CI_Windows.yml CHANGED
@@ -1,4 +1,4 @@
1
- name: CI_w
2
 
3
  on:
4
  push:
 
1
+ name: Windows
2
 
3
  on:
4
  push:
.github/workflows/CI_docker.yml CHANGED
@@ -1,4 +1,4 @@
1
- name: CI
2
 
3
  on:
4
  push:
 
1
+ name: Docker
2
 
3
  on:
4
  push:
.github/workflows/CI_large_nightly.yml CHANGED
@@ -1,4 +1,4 @@
1
- name: CI_large_nightly
2
 
3
  # This CI only runs once per day, but tries
4
  # many different configurations.
 
1
+ name: large_nightly
2
 
3
  # This CI only runs once per day, but tries
4
  # many different configurations.
.github/workflows/CI_mac.yml CHANGED
@@ -1,4 +1,4 @@
1
- name: CI_m
2
 
3
  on:
4
  push:
 
1
+ name: macOS
2
 
3
  on:
4
  push:
README.md CHANGED
@@ -16,9 +16,9 @@ Uses regularized evolution, simulated annealing, and gradient-free optimization.
16
 
17
 
18
  ### Test status:
19
- | **Linux** | **Windows** | **macOS** | **Coverage** |
20
- |---|---|---|---|
21
- |[![.github/workflows/CI.yml](https://github.com/MilesCranmer/PySR/actions/workflows/CI.yml/badge.svg)](https://github.com/MilesCranmer/PySR/actions/workflows/CI.yml)|[![.github/workflows/CI_Windows.yml](https://github.com/MilesCranmer/PySR/actions/workflows/CI_Windows.yml/badge.svg)](https://github.com/MilesCranmer/PySR/actions/workflows/CI_Windows.yml)|[![CI_m](https://github.com/MilesCranmer/PySR/actions/workflows/CI_mac.yml/badge.svg)](https://github.com/MilesCranmer/PySR/actions/workflows/CI_mac.yml)|[![Coverage Status](https://coveralls.io/repos/github/MilesCranmer/PySR/badge.svg?branch=master&service=github)](https://coveralls.io/github/MilesCranmer/PySR)|
22
 
23
 
24
  Check out [SymbolicRegression.jl](https://github.com/MilesCranmer/SymbolicRegression.jl) for
 
16
 
17
 
18
  ### Test status:
19
+ | **Linux** | **Windows** | **macOS** | **docker** | **Coverage** |
20
+ |---|---|---|---|---|
21
+ |[![.github/workflows/CI.yml](https://github.com/MilesCranmer/PySR/actions/workflows/CI.yml/badge.svg)](https://github.com/MilesCranmer/PySR/actions/workflows/CI.yml)|[![.github/workflows/CI_Windows.yml](https://github.com/MilesCranmer/PySR/actions/workflows/CI_Windows.yml/badge.svg)](https://github.com/MilesCranmer/PySR/actions/workflows/CI_Windows.yml)|[![.github/workflows/CI_mac.yml](https://github.com/MilesCranmer/PySR/actions/workflows/CI_mac.yml/badge.svg)](https://github.com/MilesCranmer/PySR/actions/workflows/CI_mac.yml)|[![.github/workflows/CI_docker.yml](https://github.com/MilesCranmer/PySR/actions/workflows/CI_docker.yml/badge.svg)](https://github.com/MilesCranmer/PySR/actions/workflows/CI_docker.yml)|[![Coverage Status](https://coveralls.io/repos/github/MilesCranmer/PySR/badge.svg?branch=master&service=github)](https://coveralls.io/github/MilesCranmer/PySR)|
22
 
23
 
24
  Check out [SymbolicRegression.jl](https://github.com/MilesCranmer/SymbolicRegression.jl) for