Skip to content

Commit 1c13659

Browse files
authored
Bump version to 0.8.7 (#83)
* Bump version to 0.8.7 * Add more downstream tests * Fix downstream tests that only work with one thread * Use env to set number of threads * Disable Arrow package in Downstream.yml Commented out the Arrow package to reduce test duration.
1 parent 9979620 commit 1c13659

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/Downstream.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,14 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
package:
16-
- "Arrow"
16+
# - "Arrow" # Disabled because the tests take over an hour to run
17+
- "Avro"
18+
- "BGEN"
1719
- "HDF5"
20+
- "JetReconstruction"
21+
- "Parquet"
22+
- "SquashFS"
23+
- "Thrift"
1824
steps:
1925
- uses: actions/checkout@v5
2026
- uses: julia-actions/setup-julia@v2
@@ -23,6 +29,8 @@ jobs:
2329
arch: x64
2430
- uses: julia-actions/julia-buildpkg@latest
2531
- name: Load this and run the downstream tests
32+
env:
33+
JULIA_NUM_THREADS: "1"
2634
shell: julia --color=yes {0}
2735
run: |
2836
using Pkg

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uuid = "6b39b394-51ab-5f42-8807-6242bab2b4c2"
33
license = "MIT"
44
authors = ["Kenta Sato <[email protected]>",
55
"JuliaIO Github Organization"]
6-
version = "0.8.7-dev"
6+
version = "0.8.7"
77

88
[deps]
99
TranscodingStreams = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"

0 commit comments

Comments
 (0)