From 08b3b5c91f7b42f34e67e519ddea07ba6c62282e Mon Sep 17 00:00:00 2001 From: Javier Sanchez Date: Tue, 30 Jan 2024 11:20:54 -0500 Subject: [PATCH] trying to fix CI --- .github/workflows/continuous-integration.yaml | 4 +++- environment.yml | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 2feef7e..0600751 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -32,7 +32,9 @@ jobs: - name: flake8 shell: bash -l {0} - run: flake8 --max-line-length=100 --count --show-source --statistics + run: | + conda activate forecasting + flake8 augur --max-line-length=100 --count --show-source --statistics - name: pytest shell: bash -l {0} diff --git a/environment.yml b/environment.yml index 5419f5b..a3bafba 100644 --- a/environment.yml +++ b/environment.yml @@ -7,6 +7,7 @@ dependencies: - jinja2 - numpydoc - pip + - flake8 - pip: - tjpcov - qp