Skip to content

Commit

Permalink
use an earlier version of setuptools because modern versions have a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-mm committed Feb 20, 2023
1 parent 1cef574 commit 3007ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/gmt-pytest/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3007ef0

Please sign in to comment.