Skip to content

Commit

Permalink
feat(dev): typing;
Browse files Browse the repository at this point in the history
- Pyright changes.
  • Loading branch information
JVickery-TBS committed Dec 20, 2024
1 parent 1086f2b commit 1760da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pyright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
mkdir -p /home/runner/work/app/src/ckanext-canada
cp -R . /home/runner/work/app/src/ckanext-canada
cd /home/runner/work/app
source /srv/app/bin/activate
source /home/runner/work/app/bin/activate
pip install --upgrade setuptools==70.0.0
pip install --upgrade pip==23.2.1
pip install -e 'git+https://github.com/open-data/ckan@canada-v2.10#egg=ckan' -r 'https://raw.githubusercontent.com/open-data/ckan/canada-v2.10/requirements.txt' -r 'https://raw.githubusercontent.com/open-data/ckan/canada-v2.10/dev-requirements.txt'
Expand Down

0 comments on commit 1760da3

Please sign in to comment.