Skip to content

Commit

Permalink
Add country package name for test
Browse files Browse the repository at this point in the history
  • Loading branch information
benjello committed Oct 10, 2024
1 parent 8ec4153 commit 0d0c794
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
key: build-${{ env.pythonLocation }}-${{ hashFiles('setup.py') }}-${{ github.sha }}-${{ matrix.os }}-${{ matrix.openfisca-dependencies }}
- run: |
shopt -s globstar
openfisca test tests/**/*.py
openfisca test -c openfisca_tunisia tests/**/*.py
if: matrix.openfisca-dependencies != 'minimal' || matrix.python-version != '3.9.9'
test-path-length:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
},
include_package_data = True, # Will read MANIFEST.in
install_requires = [
'OpenFisca-Core >=42, <43',
'OpenFisca-Core >=42.0.7, <43',
'scipy >= 0.12',
],
# message_extractors = {'openfisca_tunisia': [
Expand Down

0 comments on commit 0d0c794

Please sign in to comment.