Skip to content

Commit 3c353c5

Browse files
committed
CI: Attempt to satisfy Windows when invoking "bin/coverage"
1 parent e89de1d commit 3c353c5

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/main.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,7 @@ jobs:
5959
bin/flake8
6060
6161
test_program=bin/test
62-
if [[ ${{ matrix.os }} = "macos-latest" ]]; then
62+
if [[ ${{ matrix.os }} = "macos-latest" || ${{ matrix.os }} = "windows-latest" ]]; then
6363
test_program=bin/test-quick
6464
fi
65-
if [[ ${{ matrix.os }} = "windows-latest" ]]; then
66-
test_program=D:\\a\\crate-python\\crate-python\\bin\\test-quick
67-
fi
6865
bin/coverage run $test_program -vv1

versions.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Pygments = 1.6
1111
Sphinx = 1.2.3
1212
SQLAlchemy = 1.3.17
1313
geojson = 2.5.0
14-
coverage = 5.0.3
14+
coverage = 5.3
1515
crate-docs-theme = 0.5.0
1616
createcoverage = 1.5
1717
docutils = 0.12

0 commit comments

Comments
 (0)