Skip to content

Commit

Permalink
chore: fix GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
smotornyuk committed Jan 8, 2024
1 parent bde2cb7 commit f7c1b43
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ jobs:
- name: Install requirements
# Install any extra requirements your extension has here (dev requirements, other extensions etc)
run: |
pip install -r requirements.txt
pip install -r dev-requirements.txt
pip install -e .
pip install -e '.[test]'
- name: Setup extension
# Extra initialization steps
run: |
Expand Down
8 changes: 7 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = ckanext-collection
version = 0.1.0a3
version = 0.1.0a6
description =
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down Expand Up @@ -33,6 +33,12 @@ babel.extractors =
ckan = ckan.lib.extract:extract_ckan

[options.extras_require]
test =
pytest-ckan
ckanext-toolbelt

dev =
%(test)s

[extract_messages]
keywords = translate isPlural
Expand Down

0 comments on commit f7c1b43

Please sign in to comment.