Skip to content

Commit

Permalink
Merge pull request #245 from JuliaRobotics/24Q1/compat/cammdls
Browse files Browse the repository at this point in the history
add CameraModels to testing deps
  • Loading branch information
dehann authored Jan 21, 2024
2 parents 9bdbb81 + ca35b19 commit f2d448d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.8'
- '1.10'
- 'nightly'
os:
- ubuntu-latest
Expand Down
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,10 @@ julia = "1.8"

[extras]
Caesar = "62eebf14-49bc-5f46-9df9-f7b7ef379406"
CameraModels = "0d57b887-6120-40e6-8b8c-29d3116bc0c1"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
ImageMagick = "6218d12a-5da1-5696-b52f-db25d2ecc6d1"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Caesar", "Flux", "ImageMagick", "Test"]
test = ["Caesar", "CameraModels", "Flux", "ImageMagick", "Test"]

0 comments on commit f2d448d

Please sign in to comment.