Skip to content

Commit

Permalink
Fix downstream CI to dev filter packages
Browse files Browse the repository at this point in the history
  • Loading branch information
topolarity committed Oct 10, 2024
1 parent d91501e commit 8f02318
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,11 @@ jobs:
try
# force it to use this PR's version of the package
Pkg.develop(PackageSpec(path=".")) # resolver may fail with main deps
Pkg.develop(PackageSpec(path="./filters/H5Zbitshuffle"))
Pkg.develop(PackageSpec(path="./filters/H5Zblosc"))
Pkg.develop(PackageSpec(path="./filters/H5Zbzip2"))
Pkg.develop(PackageSpec(path="./filters/H5Zlz4"))
Pkg.develop(PackageSpec(path="./filters/H5Zzstd"))
Pkg.update()
Pkg.test() # resolver may fail with test time deps
catch err
Expand Down

0 comments on commit 8f02318

Please sign in to comment.