From 4f42f24ef3e8b3fff8a4b1582d7521cd93771304 Mon Sep 17 00:00:00 2001 From: John Volk Date: Tue, 23 Jan 2024 14:13:27 -0500 Subject: [PATCH] add disutils to gh action dependencies to fix error --- .github/workflows/fluxdataqaqc_tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/fluxdataqaqc_tests.yml b/.github/workflows/fluxdataqaqc_tests.yml index 4e66fc7..0297f2b 100644 --- a/.github/workflows/fluxdataqaqc_tests.yml +++ b/.github/workflows/fluxdataqaqc_tests.yml @@ -17,6 +17,7 @@ jobs: # $CONDA is an environment variable pointing to the root of the miniconda directory #$CONDA/bin/conda env update --file environment.yml --name base python -m pip install --upgrade pip + pip install disutils pip install -r requirements.txt - name: Lint with flake8 run: |