Skip to content

Commit

Permalink
adjustments for testing actions
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-mizielinski committed Jan 23, 2025
1 parent d31a298 commit b83491f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pip_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Run tests
run: |
pytest --disable-warnings -q || exit 1 # Fail this step if tests fail
continue-on-error: false # Allow the job to continue even if tests fail
continue-on-error: true # Allow the job to continue even if tests fail

- name: Output result
run: |
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ Issues = "https://github.com/CMIP-Data-Request/CMIP7_DReq_Software/issues"
# modules and functions that act as command line utilities to be specified here
# use pip install -e . from the root directory of the repository to set up the entry points
export_dreq_lists_json = "data_request_api.command_line.export_dreq_lists_json:main"

[tools.setuptools.package-data]
'src' = ['*.json']

0 comments on commit b83491f

Please sign in to comment.