From d817605873814744f86d5e9835acd74a8d4d11aa Mon Sep 17 00:00:00 2001 From: Daniel Szemerey Date: Wed, 2 Feb 2022 12:52:19 +0100 Subject: [PATCH] Create strip-action.yaml --- strip-action.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 strip-action.yaml diff --git a/strip-action.yaml b/strip-action.yaml new file mode 100644 index 0000000..cf548fd --- /dev/null +++ b/strip-action.yaml @@ -0,0 +1,13 @@ +name: strip +channels: + - johnsnowlabs + - conda-forge + - defaults + - ml4t + - ranaroussi +dependencies: + - python=3.9 + - pip: + - black + - libcst +prefix: /usr/local/anaconda3/envs/strip