We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d089773 commit 275e9daCopy full SHA for 275e9da
.github/workflows/test.yml
@@ -34,10 +34,10 @@ jobs:
34
- name: Install requirements
35
# Install any extra requirements your extension has here (dev requirements, other extensions etc)
36
run: |
37
- pip install -e 'git+https://github.com/SmdhMdep/ckanext-granularvisibility.git@main#egg=ckanext-granularvisibility'
38
pip install -r requirements.txt
39
pip install -r dev-requirements.txt
40
pip install -e .
+ pip install -e 'git+https://github.com/SmdhMdep/ckanext-granularvisibility.git@main#egg=ckanext-granularvisibility'
41
42
- name: Setup extension
43
# Extra initialization steps
0 commit comments