Skip to content

Commit c049704

Browse files
committed
Merge remote-tracking branch 'origin/master' into Haploflow-test1
2 parents 646ebf6 + 1915835 commit c049704

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build-and-test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
run: coverage run --source=micall/core,micall/g2p,micall/resistance,micall/monitor -m pytest
6262

6363
- name: Report code coverage
64+
if: "!github.event.pull_request.draft"
6465
run: |
6566
rm -rf micall/tests/microtest/scratch
6667
codecov
@@ -124,6 +125,7 @@ jobs:
124125
run: python micall/main.py release_test_microtest micall.simg
125126

126127
- name: Upload Singularity Image
128+
if: github.event_name != 'pull_request'
127129
uses: actions/upload-artifact@v4
128130
with:
129131
name: micall.simg

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ test = [
5858
]
5959
dev = [
6060
# Dependencies required for development (linting, type checking, etc.)
61-
"ruff==0.8.4",
61+
"ruff==0.8.5",
6262
"mypy==1.14.1",
6363
"mypy-extensions==1.0.0",
6464
"gprof2dot==2024.6.6",

0 commit comments

Comments
 (0)