Skip to content

Commit f98ee66

Browse files
committed
test hardcoding
1 parent 1fbbd59 commit f98ee66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build_and_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494

9595
- name: MyPy Check Type Annotations
9696
if: runner.os != 'Windows'
97-
run: cd mm-workflows/ && mypy --exclude $CONDA_PREFIX/lib/python3.9/site-packages/ src/ examples/ cwl_adapters/
97+
run: cd mm-workflows/ && mypy --exclude /home/runner/miniconda3/envs/mm/lib/python3.9/site-packages/ src/ examples/ cwl_adapters/
9898
# NOTE: Do not use `mypy .` because then mypy will check both src/ and build/ causing:
9999
# src/wic/__init__.py: error: Duplicate module named "wic" (also at "./build/lib/wic/__init__.py")
100100

0 commit comments

Comments
 (0)