From c886005e3cb9d12869a954e2acb772de402a7a6f Mon Sep 17 00:00:00 2001 From: KerekesDavid Date: Tue, 10 Sep 2024 12:51:25 +0200 Subject: [PATCH] Add badge, remove defaults channel --- .github/workflows/python-test.yml | 2 +- README.md | 2 ++ environment.yaml | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-test.yml b/.github/workflows/python-test.yml index db9e7a92..beecc4f1 100644 --- a/.github/workflows/python-test.yml +++ b/.github/workflows/python-test.yml @@ -1,7 +1,7 @@ # This workflow will install Python dependencies, run tests and lint with a single version of Python # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python -name: Python application +name: Tests on: push: diff --git a/README.md b/README.md index ffed85ea..b11d1850 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Tests](https://github.com/yurujaja/geofm-bench/actions/workflows/python-test.yml/badge.svg)](https://github.com/yurujaja/geofm-bench/actions/workflows/python-test.yml) + ## What is New In general, the architecture of the whole codebase is refactored and a few bugs and errors are fixed by the way. diff --git a/environment.yaml b/environment.yaml index 2f280a5b..29d610e9 100644 --- a/environment.yaml +++ b/environment.yaml @@ -3,6 +3,7 @@ channels: - pytorch - nvidia - conda-forge + - nodefaults dependencies: - python=3.10 - geopandas