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

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 47247ee commit 0410dcd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -38,7 +38,9 @@ jobs:
channels: conda-forge

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

- run: pdal --version

- name: Check formatting
run: sbt scalafmtCheckAll

0 comments on commit 0410dcd

Please sign in to comment.