Skip to content

Commit 5b8ca3e

Browse files
committed
correct python version, maven no-transfer-progress
1 parent 4ca12b7 commit 5b8ca3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up Python
3232
uses: actions/setup-python@v4
3333
with:
34-
python-version: '3.x'
34+
python-version: '3.11'
3535

3636
- name: Install zarrita
3737
run: |
@@ -56,7 +56,7 @@ jobs:
5656
- name: Test
5757
env:
5858
MAVEN_OPTS: "-Xmx6g"
59-
run: mvn test -DargLine="-Xmx6g"
59+
run: mvn --no-transfer-progress test -DargLine="-Xmx6g"
6060

6161
- name: Assemble JAR
6262
run: mvn package -DskipTests

0 commit comments

Comments
 (0)