From 9d69531700d942b5cc52e2eb83e61387253cc2b5 Mon Sep 17 00:00:00 2001 From: Guillaume Levy Date: Wed, 21 Dec 2022 17:00:59 +0100 Subject: [PATCH] cleaning up functions --- .github/workflows/{test.yaml => tests.yaml} | 0 README.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{test.yaml => tests.yaml} (100%) diff --git a/.github/workflows/test.yaml b/.github/workflows/tests.yaml similarity index 100% rename from .github/workflows/test.yaml rename to .github/workflows/tests.yaml diff --git a/README.md b/README.md index 856da02..f2be6b5 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This project needs python 3.7 to 3.10 to work. The requirements.txt was thought for a cuda11.3 and python3.7 environment. -![Tests](https://github.com/Liphos/GRAND/actions/workflows/test.yml/badge.svg) +![Tests](https://github.com/Liphos/GRAND/actions/workflows/tests.yml/badge.svg) To run the environment, clone the repo and install the local package in a virtualenvironment with: PIP_FIND_LINKS='https://data.pyg.org/whl/torch-1.13.0+cpu.html' pip install -r requirements.txt(#requirements_dev.txt for testing) \ No newline at end of file