Skip to content

Commit

Permalink
Try all deps explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
pomadchin committed Jan 8, 2024
1 parent 47247ee commit ea8801f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,12 @@ jobs:
activate-environment: "pdal-java"
channels: conda-forge

- run: which pdal
- run: ls $CONDA/envs/pdal-java/lib
- run: echo "LD_LIBRARY_PATH=$CONDA/envs/pdal-java/lib:/usr/local/lib:$LD_LIBRARY_PATH" >> "$GITHUB_ENV"

- name: Install PDAL
run: conda install pdal=${{ matrix.pdal }}
run: conda install python=3.11 pdal=${{ matrix.pdal }} python-pdal gdal

- name: Check formatting
run: sbt scalafmtCheckAll
Expand Down

0 comments on commit ea8801f

Please sign in to comment.