We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e89de1d commit 3c353c5Copy full SHA for 3c353c5
.github/workflows/main.yml
@@ -59,10 +59,7 @@ jobs:
59
bin/flake8
60
61
test_program=bin/test
62
- if [[ ${{ matrix.os }} = "macos-latest" ]]; then
+ if [[ ${{ matrix.os }} = "macos-latest" || ${{ matrix.os }} = "windows-latest" ]]; then
63
test_program=bin/test-quick
64
fi
65
- if [[ ${{ matrix.os }} = "windows-latest" ]]; then
66
- test_program=D:\\a\\crate-python\\crate-python\\bin\\test-quick
67
- fi
68
bin/coverage run $test_program -vv1
versions.cfg
@@ -11,7 +11,7 @@ Pygments = 1.6
11
Sphinx = 1.2.3
12
SQLAlchemy = 1.3.17
13
geojson = 2.5.0
14
-coverage = 5.0.3
+coverage = 5.3
15
crate-docs-theme = 0.5.0
16
createcoverage = 1.5
17
docutils = 0.12
0 commit comments