Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
python-version: 3.9
channels: conda-forge,defaults
channel-priority: strict
auto-activate-base: false
auto-activate: false
use-mamba: true
- name: Make IRkernel available to Jupyter
run: |
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
python-version: 3.9
channels: conda-forge,defaults
channel-priority: strict
auto-activate-base: false
auto-activate: false
use-mamba: true
- name: verify interpreter
run: ./mvnw verify -am -pl ${INTERPRETERS} ${MAVEN_ARGS}
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
python-version: ${{ matrix.python }}
channels: conda-forge,defaults
channel-priority: strict
auto-activate-base: false
auto-activate: false
use-mamba: true
- name: Make IRkernel available to Jupyter
run: |
Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:
python-version: 3.9
channels: conda-forge,defaults
channel-priority: strict
auto-activate-base: false
auto-activate: false
use-mamba: true
- name: Make IRkernel available to Jupyter
run: |
Expand Down Expand Up @@ -278,7 +278,7 @@ jobs:
python-version: ${{ matrix.python }}
channels: conda-forge,defaults
channel-priority: strict
auto-activate-base: false
auto-activate: false
use-mamba: true
- name: run tests for flink
run: ./mvnw verify -pl flink/flink-scala-2.12,flink-cmd,zeppelin-interpreter-integration -Pflink-${{ matrix.flink }} -am -Pintegration -DfailIfNoTests=false -Dtest=org.apache.zeppelin.flink.*Test,FlinkIntegrationTest${{ matrix.flink }} ${MAVEN_ARGS}
Expand Down Expand Up @@ -326,7 +326,7 @@ jobs:
python-version: 3.9
channels: conda-forge,defaults
channel-priority: strict
auto-activate-base: false
auto-activate: false
use-mamba: true
- name: Make IRkernel available to Jupyter
run: |
Expand Down Expand Up @@ -373,7 +373,7 @@ jobs:
python-version: ${{ matrix.python }}
channels: conda-forge,defaults
channel-priority: strict
auto-activate-base: false
auto-activate: false
use-mamba: true
- name: Make IRkernel available to Jupyter
run: |
Expand Down Expand Up @@ -442,7 +442,7 @@ jobs:
python-version: 3.9
channels: conda-forge,defaults
channel-priority: strict
auto-activate-base: false
auto-activate: false
use-mamba: true
- name: Make IRkernel available to Jupyter
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
with:
activate-environment: python_only
python-version: ${{ matrix.python }}
auto-activate-base: false
auto-activate: false
use-mamba: true
channels: conda-forge,defaults
channel-priority: strict
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
python-version: 3.9
channels: conda-forge,defaults
channel-priority: strict
auto-activate-base: false
auto-activate: false
use-mamba: true
- name: Make IRkernel available to Jupyter
run: |
Expand Down
Loading