Skip to content

Commit 9121eeb

Browse files
committed
second attempt at mypy workaround
1 parent ce0181d commit 9121eeb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ install:
6868
- "SET PATH=C:\\bin-override\\;%PATH%"
6969

7070
# FIXME: Created due to issue #51 (mypy issues on Appveyor)
71-
- "copy .\\scripts\\nop.bat C:\\bin-override\\mypy.bat"
71+
- "copy .\\scripts\\nop.sh C:\\bin-override\\mypy"
7272

7373
# For debugging: Echo the path variable, one path per line
7474
- ps: "$env:path.split(\";\")"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
#!/bin/bash
2+
13
echo "nop.bat was executed as a workaround for something"

0 commit comments

Comments
 (0)