We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8fd5f1 commit 18701ebCopy full SHA for 18701eb
.github/workflows/test.yml
@@ -26,7 +26,7 @@ jobs:
26
runs-on: ${{ matrix.runs-on }}
27
env:
28
# We can invalidate the current cache by updating this.
29
- CACHE_VERSION: "2025-08-13"
+ CACHE_VERSION: "2025-12-07"
30
steps:
31
- uses: actions/checkout@v6
32
- uses: ruby/setup-ruby@v1
test/test-rdataset.rb
@@ -8,7 +8,7 @@ def setup
8
test("with package_name") do
9
records = @dataset.filter(package: "datasets").to_a
10
assert_equal([
11
- 104,
+ 108,
12
{
13
package: "datasets",
14
dataset: "ability.cov",
@@ -48,7 +48,7 @@ def setup
48
test("without package_name") do
49
records = @dataset.each.to_a
50
51
- 3485,
+ 3499,
52
53
package: "AER",
54
dataset: "Affairs",
0 commit comments