From 261406887cbfe0cdff5cbb8fa7deba97351948e8 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 25 Mar 2025 16:58:26 +0100 Subject: [PATCH] README.md: fix CI badge --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 691dfa0d..6804ea49 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ -[![][docs-stable-img]][docs-stable-url] ![Run tests](https://github.com/JuliaHomotopyContinuation/HomotopyContinuation.jl/workflows/Run%20tests/badge.svg?branch=main) +[![][docs-stable-img]][docs-stable-url] [![Run tests](https://github.com/JuliaHomotopyContinuation/HomotopyContinuation.jl/actions/workflows/run_tests.yml/badge.svg)](https://github.com/JuliaHomotopyContinuation/HomotopyContinuation.jl/actions/workflows/run_tests.yml) + **HomotopyContinuation.jl** is a Julia package for solving systems of polynomial equations by numerical homotopy continuation.