Skip to content

Commit

Permalink
[#59] [Feature] Support both Excel and Json data source format
Browse files Browse the repository at this point in the history
  • Loading branch information
ssenart committed Dec 4, 2022
1 parent 30ad5cb commit dff12eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-publish-develop.yml
Expand Up @@ -102,6 +102,9 @@ jobs:
GRDF_PASSWORD: ${{ secrets.GRDF_PASSWORD }}
PCE_IDENTIFIER: ${{ secrets.PCE_IDENTIFIER }}
run: |
export LC_ALL="fr_FR.UTF-8"
export LC_CTYPE="fr_FR.UTF-8"
sudo dpkg-reconfigure locales
pytest tests --doctest-modules --junitxml=junit/test-results-${{ matrix.python-version }}.xml --cov=pygazpar --cov-report=xml --cov-report=html --log-cli-level=DEBUG --log-cli-format="%(asctime)s %(levelname)s [%(name)s] %(message)s"
- name: Upload pytest test results
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/python-publish-release.yml
Expand Up @@ -54,6 +54,9 @@ jobs:
GRDF_PASSWORD: ${{ secrets.GRDF_PASSWORD }}
PCE_IDENTIFIER: ${{ secrets.PCE_IDENTIFIER }}
run: |
export LC_ALL="fr_FR.UTF-8"
export LC_CTYPE="fr_FR.UTF-8"
sudo dpkg-reconfigure locales
pytest tests --doctest-modules --junitxml=junit/test-results-${{ matrix.python-version }}.xml --cov=com --cov-report=xml --cov-report=html --log-cli-level=DEBUG --log-cli-format="%(asctime)s %(levelname)s [%(name)s] %(message)s"
- name: Upload pytest test results
Expand Down

0 comments on commit dff12eb

Please sign in to comment.