From 3b9899dfd424f8f7741e8cf468a69af3c5ae8899 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 14 Nov 2019 07:06:00 +0100 Subject: [PATCH] hyperopts ... --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c1112636a..22931eeaa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,7 @@ jobs: - name: Hyperopt run: | cp config.json.example config.json - freqtrade hyperopt --datadir tests/testdata -e 5 --strategy SampleStrategy --hyperopt SampleHyperOpts + freqtrade hyperopt --datadir tests/testdata -e 5 --strategy SampleStrategy --hyperopt SampleHyperOpt - name: Flake8 run: | @@ -142,7 +142,7 @@ jobs: - name: Hyperopt run: | cp config.json.example config.json - freqtrade hyperopt --datadir tests/testdata -e 5 --strategy SampleStrategy --customhyperopt SampleHyperOpts + freqtrade hyperopt --datadir tests/testdata -e 5 --strategy SampleStrategy --customhyperopt SampleHyperOpt - name: Flake8 run: |