Skip to content

Commit

Permalink
Rm println, adjust CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pomadchin committed Jan 8, 2024
1 parent c10308e commit 0a92288
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,13 @@ jobs:

- uses: conda-incubator/setup-miniconda@v3
with:
miniconda-version: "latest"
auto-activate-base: true
activate-environment: ""
activate-environment: "pdal-java"
channels: conda-forge

- name: Install PDAL
run: conda install conda-forge::pdal=${{ matrix.pdal }}
run: conda install pdal=${{ matrix.pdal }}

- name: Check formatting
run: sbt scalafmtCheckAll
Expand Down
1 change: 0 additions & 1 deletion core/src/test/scala/io/pdal/PipelineSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ class PipelineSpec extends TestEnvironmentSpec {

it("should get quickInfo") {
val p = Pipeline(json)
println(p.getQuickInfo())
parser.parse(p.getQuickInfo()) shouldBe quickInfoJson
}

Expand Down

0 comments on commit 0a92288

Please sign in to comment.