Skip to content

Commit

Permalink
add disutils to gh action dependencies to fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnVolk committed Jan 23, 2024
1 parent a833980 commit 4f42f24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/fluxdataqaqc_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 4f42f24

Please sign in to comment.