We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a09c5ff commit 87e0e4eCopy full SHA for 87e0e4e
.github/workflows/main.yml
@@ -31,11 +31,6 @@ jobs:
31
with:
32
python-version: ${{ matrix.python-version }}
33
34
- - name: Set up Java
35
- uses: actions/setup-java@v1
36
- with:
37
- java-version: 11
38
-
39
- name: Install dependencies
40
run: |
41
python -m pip install --upgrade pip
@@ -58,4 +53,4 @@ jobs:
58
53
- name: Test
59
54
60
55
bin/flake8
61
- JAVA_HOME=$JAVA_HOME_12_X64 bin/coverage run bin/test -vv1
56
+ bin/coverage run bin/test -vv1
versions.cfg
@@ -1,5 +1,5 @@
1
[versions]
2
-crate_server = 4.0.2
+crate_server = 4.2.3
3
4
flake8 = 3.7.9
5
mccabe = 0.6.1
0 commit comments