Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion .github/workflows/Downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ uuid = "6b39b394-51ab-5f42-8807-6242bab2b4c2"
license = "MIT"
authors = ["Kenta Sato <[email protected]>",
"JuliaIO Github Organization"]
version = "0.8.7-dev"
version = "0.8.7"

[deps]
TranscodingStreams = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"
Expand Down
Loading