From 3007ef0b0461aeb6692efe27dcba584a5335ad6a Mon Sep 17 00:00:00 2001 From: dan-mm <33732895+dan-mm@users.noreply.github.com> Date: Mon, 20 Feb 2023 17:13:29 +0100 Subject: [PATCH] use an earlier version of setuptools because modern versions have a bug https://github.com/pypa/setuptools/issues/3278 --- .github/actions/gmt-pytest/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/gmt-pytest/action.yml b/.github/actions/gmt-pytest/action.yml index b08d416cc..eb2541069 100644 --- a/.github/actions/gmt-pytest/action.yml +++ b/.github/actions/gmt-pytest/action.yml @@ -24,7 +24,7 @@ runs: shell: bash working-directory: ${{ inputs.gmt-directory }} run: | - python -m pip install --upgrade pip + python -m pip install --upgrade pip --user setuptools==58.3.0 pip install -r requirements.txt -r requirements-dev.txt pip install -r metric_providers/psu/energy/ac/xgboost/system/model/requirements.txt