Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
Donaim committed Jan 3, 2025
2 parents 60a45b7 + 1915835 commit ae8a6b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
run: coverage run --source=micall/core,micall/g2p,micall/resistance,micall/monitor -m pytest

- name: Report code coverage
if: "!github.event.pull_request.draft"
run: |
rm -rf micall/tests/microtest/scratch
codecov
Expand Down Expand Up @@ -132,6 +133,7 @@ jobs:
run: python micall/main.py release_test_microtest micall.simg

- name: Upload Singularity Image
if: github.event_name != 'pull_request'
uses: actions/upload-artifact@v4
with:
name: micall.simg
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ test = [
]
dev = [
# Dependencies required for development (linting, type checking, etc.)
"ruff==0.8.4",
"ruff==0.8.5",
"mypy==1.14.1",
"mypy-extensions==1.0.0",
"gprof2dot==2024.6.6",
Expand Down

0 comments on commit ae8a6b7

Please sign in to comment.