Skip to content

Commit

Permalink
fix(github): setuptools;
Browse files Browse the repository at this point in the history
- Upgrade setuptools.
  • Loading branch information
JVickery-TBS committed Jan 17, 2025
1 parent 67f38ae commit eff1b33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pyright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
pip install --upgrade pip==23.2.1
pip install -e 'git+https://github.com/ckan/ckan@master#egg=ckan' -r 'https://raw.githubusercontent.com/ckan/ckan/master/requirements.txt' -r 'https://raw.githubusercontent.com/ckan/ckan/master/dev-requirements.txt'
pip install -e /home/runner/work/app/src/ckanext-gcnotify/. -r /home/runner/work/app/src/ckanext-gcnotify/requirements.txt -r /home/runner/work/app/src/ckanext-gcnotify/dev-requirements.txt
pip install --upgrade setuptools==44.1.0
find /home/runner/work/app -name '*.pyc' -delete
- name: Install node deps
if: steps.pydepends.outcome == 'success'
Expand Down

0 comments on commit eff1b33

Please sign in to comment.