From 90818ce683eec3ab0a6599abb5545b7890d039e6 Mon Sep 17 00:00:00 2001 From: "Nicholas H.Tollervey" Date: Tue, 24 Oct 2023 14:10:25 +0100 Subject: [PATCH] Re-add environment.yml for GitHub actions. --- environment.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 environment.yml diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000..b24c9b1 --- /dev/null +++ b/environment.yml @@ -0,0 +1,9 @@ +channels: + - conda-forge + - defaults +dependencies: + - python=3.11 + - pip=23.2.1 + - pip: + - mkdocs-material==9.3.1 + - mike==1.1.2