Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

Commit 7a67e82

Browse files
committed
Fix CI
1 parent bc9c461 commit 7a67e82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-pg_analytics-upgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
126126
- name: Alter pg_analytics extension to the latest version
127127
run: |
128-
VERSION=$(grep "^version" ../Cargo.toml | head -1 | awk -F '"' '{print $2}')
128+
VERSION=$(grep "^version" Cargo.toml | head -1 | awk -F '"' '{print $2}')
129129
psql -h localhost -p 288${{ matrix.pg_version }} postgres -c "ALTER EXTENSION pg_analytics UPDATE TO '$VERSION';"
130130
131131
- name: Run pg_analytics test suite

docs/formats/parquet.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ a | b
191191
abc | def
192192
(1 row)
193193
194-
```
194+
````
195195
196196
In the above example, `test_duckdb_types.parquet` has a JSON field called `struct_col`.
197197
</Accordion>

0 commit comments

Comments
 (0)