diff --git a/.github/workflows/Downstream.yml b/.github/workflows/Downstream.yml index 3b398eb..6dd0ef6 100644 --- a/.github/workflows/Downstream.yml +++ b/.github/workflows/Downstream.yml @@ -13,8 +13,14 @@ jobs: fail-fast: false matrix: package: - - "Arrow" + # - "Arrow" # Disabled because the tests take over an hour to run + - "Avro" + - "BGEN" - "HDF5" + - "JetReconstruction" + - "Parquet" + - "SquashFS" + - "Thrift" steps: - uses: actions/checkout@v5 - uses: julia-actions/setup-julia@v2 @@ -23,6 +29,8 @@ jobs: arch: x64 - uses: julia-actions/julia-buildpkg@latest - name: Load this and run the downstream tests + env: + JULIA_NUM_THREADS: "1" shell: julia --color=yes {0} run: | using Pkg diff --git a/Project.toml b/Project.toml index 120a591..613202c 100644 --- a/Project.toml +++ b/Project.toml @@ -3,7 +3,7 @@ uuid = "6b39b394-51ab-5f42-8807-6242bab2b4c2" license = "MIT" authors = ["Kenta Sato ", "JuliaIO Github Organization"] -version = "0.8.7-dev" +version = "0.8.7" [deps] TranscodingStreams = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"