Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mmwinther committed Feb 12, 2024
1 parent e82af18 commit 56986eb
Show file tree
Hide file tree
Showing 2 changed files with 204 additions and 226 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
run: poetry --version
- name: Install dependencies
run: |
poetry install --all-extras
poetry install
- name: Run unit tests
run: |
set -o pipefail; poetry run pytest -v --cache-clear --junitxml=pytest.xml --cov-report=term-missing --cov=datadoc | tee pytest-coverage.txt
set -o pipefail; poetry run pytest -v --cache-clear --junitxml=pytest.xml --cov-report=term-missing --cov=datadoc_model | tee pytest-coverage.txt
- name: Pytest coverage comment
id: coverageComment
# Always run
Expand Down
Loading

0 comments on commit 56986eb

Please sign in to comment.