Skip to content

Commit 6d22412

Browse files
committed
fixed dbt-tests-adapter version installed for dbt-oracle 1.8
1 parent 1a7706e commit 6d22412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/oracle-xe-adapter-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Install dbt-oracle with core dependencies
4949
run: |
5050
python -m pip install --upgrade pip
51-
pip install pytest 'dbt-tests-adapter~=1.7,<1.8'
51+
pip install pytest 'dbt-tests-adapter~=1.8,<1.9'
5252
pip install -r requirements.txt
5353
pip install -e .
5454

0 commit comments

Comments
 (0)