From c115f6d794d311797b9d58b3b36786f936bf650d Mon Sep 17 00:00:00 2001 From: srcarter3 Date: Wed, 2 Sep 2020 11:30:19 -0600 Subject: [PATCH] Test to see if gh-actions works removed the space between dashes in --force in the environment setup. --- docs/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index d03f78d..4a78b9a 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -23,7 +23,7 @@ To install the latest version of python-awips, with all required and optional pa - conda env create -f environment.yml - conda activate python3-awips - conda update - -all -- python setup.py install - -force +- python setup.py install --force - jupyter notebook examples Requirements